]> git.pld-linux.org Git - packages/TeXmacs.git/blob - TeXmacs-alpha.patch
- updated to 0.3.5.12 (bugfix release) and remove obsoleted aplha patch.
[packages/TeXmacs.git] / TeXmacs-alpha.patch
1 diff -urN TeXmacs-0.3.5.11-src.org/gencc/src/gg_system.in TeXmacs-0.3.5.11-src/gencc/src/gg_system.in
2 --- TeXmacs-0.3.5.11-src.org/gencc/src/gg_system.in     Sat Jan  5 11:50:15 2002
3 +++ TeXmacs-0.3.5.11-src/gencc/src/gg_system.in Sat Jan  5 11:50:54 2002
4 @@ -98,7 +98,7 @@
5  make_dynamic_binary (string in, string out, string options, string lib_path) {
6  #ifdef __alpha
7    return
8 -    "$(LDB) $(LDBFLAGS) -lstdc++ -lg++ $(LDBSHARED) -L" * lib_path * " " *
9 +    "$(LDB) $(LDBFLAGS) -lstdc++ $(LDBSHARED) -L" * lib_path * " " *
10      options * (N(options)==0? "": " ") *
11      // "$(LDBPATH)" * lib_path * " " *
12      in * " -o " * out;
This page took 0.076867 seconds and 3 git commands to generate.