From 6e9885d9f9a740cec9b8e1f5383b691351e73be5 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 30 Jun 1998 16:33:49 +0000 Subject: Use "-I${PREFIX}/include" not "-I/usr/pkg/include". --- misc/dialog/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc/dialog') 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) -- cgit v1.2.3