diff options
author | tron <tron> | 1998-06-30 16:33:49 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-30 16:33:49 +0000 |
commit | 164c326fc8467490649b48d6555ce30e6a7e040f (patch) | |
tree | 8c9c53ee8e2045113c68e36ee17d07da74a92fe3 /misc | |
parent | bf017af2b489e35886644139a7edcf732fb57a8d (diff) | |
download | pkgsrc-164c326fc8467490649b48d6555ce30e6a7e040f.tar.gz |
Use "-I${PREFIX}/include" not "-I/usr/pkg/include".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/patches/patch-aa | 4 |
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) |