summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron>1998-06-30 16:33:49 +0000
committertron <tron>1998-06-30 16:33:49 +0000
commit15f0206524ee1807fe8d48f0606c6f93299153af (patch)
tree8c9c53ee8e2045113c68e36ee17d07da74a92fe3 /misc
parenta450985d039fe2efdc9c6230f8921d80a161a6db (diff)
downloadpkgsrc-15f0206524ee1807fe8d48f0606c6f93299153af.tar.gz
Use "-I${PREFIX}/include" not "-I/usr/pkg/include".
Diffstat (limited to 'misc')
-rw-r--r--misc/dialog/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dialog/patches/patch-aa b/misc/dialog/patches/patch-aa
index ca5cb6c8586..1d1605d2458 100644
--- a/misc/dialog/patches/patch-aa
+++ b/misc/dialog/patches/patch-aa
@@ -1,5 +1,5 @@
--- Makefile.orig Thu Jan 9 07:19:34 1997
-+++ Makefile Tue May 26 23:53:37 1998
++++ Makefile Tue Jun 30 18:29:59 1998
@@ -17,8 +17,8 @@
# can be disabled to make dialog a bit smaller (could be done for more things)
HAVE_GUAGE=true
@@ -26,7 +26,7 @@
ifeq ($(HAVE_NCURSES), true)
-CFLAGS+=-DHAVE_NCURSES -I/usr/include/ncurses
+#CFLAGS+=-DHAVE_NCURSES -I/usr/include/ncurses
-+CFLAGS+=-DHAVE_NCURSES -I/usr/pkg/include
++CFLAGS+=-DHAVE_NCURSES -I${PREFIX}/include
LDLIBS+=-lncurses
endif
ifeq ($(HAVE_RC_FILE), true)