diff options
author | kim <kim@pkgsrc.org> | 2001-03-25 18:18:32 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2001-03-25 18:18:32 +0000 |
commit | 1ff35a3ddb14ff6837aa1dbaaf6ed3a3d460a89e (patch) | |
tree | 4cb5e353a1a582d8fcefabf1ddf8d27665e9e64b /www/lynx-current/Makefile | |
parent | 01c1947aa25b71857b65aba0b3d6d3cdc6a0dfc4 (diff) | |
download | pkgsrc-1ff35a3ddb14ff6837aa1dbaaf6ed3a3d460a89e.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/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
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 |