summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2001-02-03 19:04:50 +0000
committerfredb <fredb@pkgsrc.org>2001-02-03 19:04:50 +0000
commit5cec2919faeb0dd91cf7ba1be4a596ad2ee211ad (patch)
tree2cae44be7b13131ecb8fba0ac52088e6d2785ef8 /www
parentdcb3ab7ef0cf7e4a6eca7437ca86703bf95474fe (diff)
downloadpkgsrc-5cec2919faeb0dd91cf7ba1be4a596ad2ee211ad.tar.gz
Make INET6 work again, fix supplied by Olaf Seibert in PR pkg/12124.
Additionally remove redundant CPPFLAGS setting, and respect setting of CPPFLAGS in builder's environment.
Diffstat (limited to 'www')
-rw-r--r--www/lynx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 805692a9eaf..24bc203a919 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2001/01/11 20:59:04 tv Exp $
+# $NetBSD: Makefile,v 1.35 2001/02/03 19:04:50 fredb Exp $
#
DISTNAME= lynx2.8.3rel.1
@@ -46,7 +46,6 @@ BUILD_DEFS+= LYNX_SCREEN_LIB USE_SOCKS USE_INET6
CONFIGURE_ARGS+= --enable-nls
CONFIGURE_ARGS+= --with-nls-datadir=${PREFIX}/share
CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
# Note: --enable-{default-colors,scrollbar} are simply ignored
# for certain settings of --with-screen.
@@ -156,7 +155,7 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
# Do IPV6 on systems which can support it.
.if defined(USE_INET6) && ${USE_INET6} == YES
-CONFIGURE_ENV+= CPPFLAGS=-DINET6
+CPPFLAGS+= -DINET6
.endif
.include "../../mk/bsd.pkg.mk"