summaryrefslogtreecommitdiff
path: root/editors/nedit
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
parent15e0f26ca8f80c8a2b00156cd9b938b88f060b43 (diff)
downloadpkgsrc-17932b5ba09a2af863827b0694a61a52332374ed.tar.gz
ELF shlib fix
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/files/patch-sum7
-rw-r--r--editors/nedit/patches/patch-aa15
2 files changed, 17 insertions, 5 deletions
diff --git a/editors/nedit/files/patch-sum b/editors/nedit/files/patch-sum
index 71ee4d32311..3c5aab61726 100644
--- a/editors/nedit/files/patch-sum
+++ b/editors/nedit/files/patch-sum
@@ -1,6 +1,3 @@
-$NetBSD: patch-sum,v 1.2 2000/05/19 11:24:47 mjl Exp $
+$NetBSD: patch-sum,v 1.3 2000/09/24 18:10:41 hubertf Exp $
-This placeholder file is generated by the ``makepatchsum'' target
-whenever the patches directory is empty or missing. Its purpose
-is to ensure that the presence of any obsolete patches will cause
-the proper error to be emitted at build time.
+MD5 (patch-aa) = 4f1094fb2f40a3ff529a0268ae2c7bcd
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