From 5582895e482c6c79334189e8807e4a2615364834 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Thu, 27 May 2004 21:24:25 +0000 Subject: [PATCH] This commit was manufactured by cvs2git to create tag 'STABLE'. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Sprout from RA-branch 2004-05-27 21:24:25 UTC undefine '- RA-specific desktopdir' Cherrypick from master 2002-01-05 10:52:16 UTC Arkadiusz Miśkiewicz '- fix compilation on alpha': TeXmacs-alpha.patch -> 1.1 --- TeXmacs-alpha.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TeXmacs-alpha.patch diff --git a/TeXmacs-alpha.patch b/TeXmacs-alpha.patch new file mode 100644 index 0000000..024c952 --- /dev/null +++ b/TeXmacs-alpha.patch @@ -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; -- 2.44.0