summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-09-01 13:52:45 +0000
committertron <tron@pkgsrc.org>2002-09-01 13:52:45 +0000
commitcc0828c1870912bcc0905b024c81bb26fef088db (patch)
treeb748eeddf45181e516a04206f3b791350ecf1b67 /net/wget
parentf188ca4fb42bd33198b6ebe4dfb13f469ef52b68 (diff)
downloadpkgsrc-cc0828c1870912bcc0905b024c81bb26fef088db.tar.gz
Disable IPv6 support under Solaris because the "configure" script claims
that getaddrinfo(3SOCKET) is buggy.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/Makefile b/net/wget/Makefile
index a44509a06c2..95e5f920111 100644
--- a/net/wget/Makefile
+++ b/net/wget/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2002/08/25 21:50:19 jlam Exp $
+# $NetBSD: Makefile,v 1.48 2002/09/01 13:52:45 tron Exp $
DISTNAME= wget-1.7
CATEGORIES= net
@@ -29,7 +29,7 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
# IPv6 support
-.if defined(USE_INET6) && ${USE_INET6} == YES
+.if (${OPSYS} != SunOS) && defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6