summaryrefslogtreecommitdiff
path: root/editors/nedit/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-24 18:10:41 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-24 18:10:41 +0000
commit17932b5ba09a2af863827b0694a61a52332374ed (patch)
tree1d2cacd99b6ce5604432d26e736d728fed15293b /editors/nedit/patches
parent15e0f26ca8f80c8a2b00156cd9b938b88f060b43 (diff)
downloadpkgsrc-17932b5ba09a2af863827b0694a61a52332374ed.tar.gz
ELF shlib fix
Diffstat (limited to 'editors/nedit/patches')
-rw-r--r--editors/nedit/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa
new file mode 100644
index 00000000000..40a5ad1a76f
--- /dev/null
+++ b/editors/nedit/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.4 2000/09/24 18:10:43 hubertf Exp $
+
+--- makefiles/Makefile.netbsd.orig Sun Sep 24 14:06:09 2000
++++ makefiles/Makefile.netbsd
+@@ -2,8 +2,8 @@
+ AR=ar
+
+ # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
+-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
++CFLAGS+=-O -I${X11BASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
+ ARFLAGS=-ur
+-LIBS= -L/usr/X11R6/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11
++LIBS= -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11
+
+ include Makefile.common