summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorkim <kim>2001-03-25 18:18:32 +0000
committerkim <kim>2001-03-25 18:18:32 +0000
commitde2512851fd92c1e30e6a7f51e2b03bc95562709 (patch)
tree4cb5e353a1a582d8fcefabf1ddf8d27665e9e64b /www
parent735805b7e48f16f1118127a2fd90014cdac5f5c9 (diff)
downloadpkgsrc-de2512851fd92c1e30e6a7f51e2b03bc95562709.tar.gz
Make compiling with ncurses work again, with lots of help
from Frederick Bruckman. I verified that all three (curses, ncurses and slang) now work.
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index 48fa34d6e8a..cae79c305e3 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/02/17 17:22:14 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2001/03/25 18:18:32 kim Exp $
#
DISTNAME= lynx2.8.4dev.16
@@ -66,6 +66,8 @@ CONFIGURE_ENV+= LIBS="-lm -ltermcap"
.elif (${LYNX_SCREEN_LIB} == ncurses)
DEPENDS+= ncurses-*:../../devel/ncurses
CONFIGURE_ARGS+= --enable-color-style
+CPPFLAGS+= -I/usr/include -I${LOCALBASE}/include
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.elif (${LYNX_SCREEN_LIB} == curses)
CONFIGURE_ENV+= cf_cv_ncurses_version=no
.else