]> git.pld-linux.org Git - packages/TeXmacs.git/commitdiff
- fix compilation on alpha
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Jan 2002 10:52:16 +0000 (10:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    TeXmacs-alpha.patch -> 1.1

TeXmacs-alpha.patch [new file with mode: 0644]

diff --git a/TeXmacs-alpha.patch b/TeXmacs-alpha.patch
new file mode 100644 (file)
index 0000000..024c952
--- /dev/null
@@ -0,0 +1,12 @@
+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
+--- TeXmacs-0.3.5.11-src.org/gencc/src/gg_system.in    Sat Jan  5 11:50:15 2002
++++ TeXmacs-0.3.5.11-src/gencc/src/gg_system.in        Sat Jan  5 11:50:54 2002
+@@ -98,7 +98,7 @@
+ make_dynamic_binary (string in, string out, string options, string lib_path) {
+ #ifdef __alpha
+   return
+-    "$(LDB) $(LDBFLAGS) -lstdc++ -lg++ $(LDBSHARED) -L" * lib_path * " " *
++    "$(LDB) $(LDBFLAGS) -lstdc++ $(LDBSHARED) -L" * lib_path * " " *
+     options * (N(options)==0? "": " ") *
+     // "$(LDBPATH)" * lib_path * " " *
+     in * " -o " * out;
This page took 0.083429 seconds and 4 git commands to generate.