summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-24 11:04:22 +0000
committertron <tron@pkgsrc.org>1999-04-24 11:04:22 +0000
commit0d7f11d7e42772b42b397abda6e19df04959482b (patch)
tree0a352b9975406df099889204be24ebe863b52cde /editors
parent62b626c87a578ac73fa7c882a116596b3006b487 (diff)
downloadpkgsrc-0d7f11d7e42772b42b397abda6e19df04959482b.tar.gz
Fix run time library search path.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs20/patches/patch-am13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/xemacs20/patches/patch-am b/editors/xemacs20/patches/patch-am
new file mode 100644
index 00000000000..12645ad3b99
--- /dev/null
+++ b/editors/xemacs20/patches/patch-am
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 1999/04/24 11:04:22 tron Exp $
+
+--- src/Makefile.in.in.orig Mon Feb 2 06:30:28 1998
++++ src/Makefile.in.in Sat Apr 24 12:33:12 1999
+@@ -55,7 +55,7 @@
+ c_switch_all=@c_switch_all@
+ ld_switch_general=@ld_switch_general@
+ ld_switch_window_system=@ld_switch_window_system@
+-ld_switch_all=@ld_switch_all@
++ld_switch_all=@ld_switch_all@ @LDFLAGS@
+ ld_libs_general=@ld_libs_general@
+ ld_libs_window_system=@ld_libs_window_system@
+ ld_libs_all=@ld_libs_all@