summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2000-08-11 01:36:24 +0000
committerfredb <fredb@pkgsrc.org>2000-08-11 01:36:24 +0000
commit2a52503e539eeec1d2e31ae2150b3ab0085e5a8b (patch)
tree27e470dfb63816b8fdc266712b79a24a2e3c0bc4 /www
parentc750c08ad9887fb1fbf2c1772fddd57219e35575 (diff)
downloadpkgsrc-2a52503e539eeec1d2e31ae2150b3ab0085e5a8b.tar.gz
Lynx configure has --enable-ipv6; use it. Pointed out by Thomas E. Dickey
in private mail. Still must be conditional on "USE_INET6" to build on NetBSD-1.4.3.
Diffstat (limited to 'www')
-rw-r--r--www/lynx-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile
index f038863f59c..cb0f55ef5ee 100644
--- a/www/lynx-current/Makefile
+++ b/www/lynx-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2000/08/10 18:11:19 fredb Exp $
+# $NetBSD: Makefile,v 1.17 2000/08/11 01:36:24 fredb Exp $
#
DISTNAME= lynx2.8.4dev.7
@@ -147,7 +147,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
+CONFIGURE_ARGS+= --enable-ipv6
.endif
.include "../../mk/bsd.pkg.mk"