summaryrefslogtreecommitdiff
path: root/editors/nedit/patches
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-01-18 22:27:35 +0000
committermjl <mjl@pkgsrc.org>2002-01-18 22:27:35 +0000
commit50284238bf800b56d9e723542d6922ef279c1f62 (patch)
tree011ecb3a1f8ab0105555122e843d22587cdfc17d /editors/nedit/patches
parent7d18240a156523c5d25838e292fd1623ee373c4a (diff)
downloadpkgsrc-50284238bf800b56d9e723542d6922ef279c1f62.tar.gz
Fix PR/15277 a bit differently -- just don't let the pkg's Makefile
stomp over CFLAGS so it will find all the buildlinked stuff.
Diffstat (limited to 'editors/nedit/patches')
-rw-r--r--editors/nedit/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/nedit/patches/patch-aa b/editors/nedit/patches/patch-aa
index 12c85a04594..5ff58fa1c80 100644
--- a/editors/nedit/patches/patch-aa
+++ b/editors/nedit/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.10 2002/01/17 17:11:49 agc Exp $
+$NetBSD: patch-aa,v 1.11 2002/01/18 22:27:35 mjl Exp $
--- makefiles/Makefile.netbsd.orig Sat Aug 18 01:02:55 2001
+++ makefiles/Makefile.netbsd Wed Oct 31 00:18:05 2001
@@ -7,9 +7,9 @@ $NetBSD: patch-aa,v 1.10 2002/01/17 17:11:49 agc Exp $
# -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
#
-CFLAGS=-O -I/usr/X11R6/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
-+CFLAGS=-O -I${X11BASE}/include -I${_MOTIFBASE}/include -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
++CFLAGS+=-O -DUSE_DIRENT -DUSE_LPR_PRINT_CMD
ARFLAGS=-ur
-LIBS= -L/usr/X11R6/lib -lm -lXm -lXpm -lXext -lXt -lSM -lICE -lX11
-+LIBS= ${LDFLAGS} ${MOTIFLIB} -L${_MOTIFBASE}/lib -L${X11BASE}/lib -lm -lXpm -lXext -lXt -lSM -lICE -lX11
++LIBS= ${LDFLAGS} ${MOTIFLIB} -lm -lXpm -lXext -lXt -lSM -lICE -lX11
include Makefile.common