diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/patches/patch-af | 11 |
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. */ |