summaryrefslogtreecommitdiff
path: root/lang/python25
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2009-12-20 23:58:27 +0000
committertnn <tnn@pkgsrc.org>2009-12-20 23:58:27 +0000
commitf014600401d24087a007960cec1124bd2aea84c6 (patch)
tree6a507158fd89775cb42cd1f408fe5f7b5504f922 /lang/python25
parent2c550062add8ad96f98e54be632e58bca5b5f1f6 (diff)
downloadpkgsrc-f014600401d24087a007960cec1124bd2aea84c6.tar.gz
Disable ipv6 on Tru64, configure complains about buggy getaddrinfo()
Closes PR pkg/42472. May want to revisit this later, though.
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index f561441cdf7..c1446ef548c 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2009/09/12 22:24:06 tron Exp $
+# $NetBSD: Makefile,v 1.22 2009/12/20 23:58:27 tnn Exp $
DISTNAME= Python-2.5.4
PKGNAME= python25-2.5.4
@@ -130,6 +130,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