summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron>1998-03-16 08:40:18 +0000
committertron <tron>1998-03-16 08:40:18 +0000
commit52bdf0a19bcc72bae306e74a047806b37639ff70 (patch)
tree84875fee453dfd9ffc5cfc7be5ed2410f454fbe5 /editors
parent9fe42a588b3aa74fc6fcb2c2cb6b3a8d5102541d (diff)
downloadpkgsrc-52bdf0a19bcc72bae306e74a047806b37639ff70.tar.gz
Adapt to changed behaviour of gcc's "-nostdlib" option.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/patches/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-af b/editors/emacs/patches/patch-af
new file mode 100644
index 00000000000..6ab5f8dc5d0
--- /dev/null
+++ b/editors/emacs/patches/patch-af
@@ -0,0 +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
+ #endif
+
+ /* Some m/MACHINE.h files define this to request special switches in ld. */