summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-03-16 08:40:18 +0000
committertron <tron@pkgsrc.org>1998-03-16 08:40:18 +0000
commitffde7e078bb99338bdd550a501771791f683b064 (patch)
tree84875fee453dfd9ffc5cfc7be5ed2410f454fbe5 /editors/emacs/patches
parent54d3ff092e93a2513a075dbf68bdb18a0478f14d (diff)
downloadpkgsrc-ffde7e078bb99338bdd550a501771791f683b064.tar.gz
Adapt to changed behaviour of gcc's "-nostdlib" option.
Diffstat (limited to 'editors/emacs/patches')
-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. */