summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>1998-04-07 13:03:11 +0000
committertv <tv>1998-04-07 13:03:11 +0000
commitcee81973aca1b3da5557c35db8c31b57ccff82cb (patch)
tree5c9acbef1b2a7f7aca50cf6d59dbca670200035f /editors
parent98b5095969638ba8ad04962642b038070e619bd4 (diff)
downloadpkgsrc-cee81973aca1b3da5557c35db8c31b57ccff82cb.tar.gz
Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system;
use it to your advantage.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/patches/patch-af18
1 files changed, 9 insertions, 9 deletions
diff --git a/editors/emacs/patches/patch-af b/editors/emacs/patches/patch-af
index 6ab5f8dc5d0..a0ffe488210 100644
--- a/editors/emacs/patches/patch-af
+++ b/editors/emacs/patches/patch-af
@@ -1,11 +1,11 @@
---- src/Makefile.in.orig Mon Aug 25 21:09:35 1997
-+++ src/Makefile.in Mon Mar 16 09:20:37 1998
-@@ -147,7 +147,7 @@
- /* This holds special options for linking temacs
- that should be used for linking anything else. */
- #ifndef LD_SWITCH_SYSTEM_TEMACS
--#define LD_SWITCH_SYSTEM_TEMACS
-+#define LD_SWITCH_SYSTEM_TEMACS -L/usr/lib
+--- src/Makefile.in.orig Mon Aug 25 15:09:35 1997
++++ src/Makefile.in Mon Apr 6 14:09:15 1998
+@@ -401,7 +401,7 @@
+ ask GCC explicitly where to find libgcc.a. */
+
+ #ifndef LINKER
+-#define LINKER $(CC) -nostdlib
++#define LINKER $(CC) -nostartfiles
#endif
- /* Some m/MACHINE.h files define this to request special switches in ld. */
+ #ifndef LIB_GCC