diff options
author | fredb <fredb> | 2000-08-11 01:36:24 +0000 |
---|---|---|
committer | fredb <fredb> | 2000-08-11 01:36:24 +0000 |
commit | 9b2042493d1049d9c90dae477697ee6ffbec7413 (patch) | |
tree | 27e470dfb63816b8fdc266712b79a24a2e3c0bc4 /www/lynx-current | |
parent | b315ec6a0e7976a864b6e638684875dff4553cdd (diff) | |
download | pkgsrc-9b2042493d1049d9c90dae477697ee6ffbec7413.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/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
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" |