summaryrefslogtreecommitdiff
path: root/lang/python26/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python26/Makefile')
-rw-r--r--lang/python26/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile
index 092b207f8c2..d6b8d8fa3ef 100644
--- a/lang/python26/Makefile
+++ b/lang/python26/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/11/16 21:12:05 jakllsch Exp $
+# $NetBSD: Makefile,v 1.16 2009/12/20 23:58:27 tnn Exp $
DISTNAME= Python-2.6.4
PKGNAME= ${DISTNAME:S/Python/python26/}
@@ -139,6 +139,11 @@ PLIST.no-nis= yes
. endif
.endif
+.if ${OPSYS} == "OSF1"
+# configure complains about buggy getaddrinfo()
+CONFIGURE_ARGS+= --disable-ipv6
+.endif
+
.if defined(BUILDLINK_TRANSFORM)
MAKE_ENV+= PY_BDB_TRANSFORM=${BUILDLINK_TRANSFORM:Q}
.endif