summaryrefslogtreecommitdiff
path: root/lang/python25
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-12-16 15:50:57 +0000
committertron <tron@pkgsrc.org>2008-12-16 15:50:57 +0000
commitc09f837e9296da9617ee9bf636353997de9afed7 (patch)
treedbb89f555dfac9e61754bf06aa116490d604ab90 /lang/python25
parent249ffb2455253448aaf0043f7dbe9d32b4c0f755 (diff)
downloadpkgsrc-c09f837e9296da9617ee9bf636353997de9afed7.tar.gz
Strip out the "-Wno-long-double" option. It's not mentioned in any GCC
manual page I have access to and breaks the build under Mac OS X Leopard using the GCC 4.2.1 provided by Xcode Tools 3.1.2.
Diffstat (limited to 'lang/python25')
-rw-r--r--lang/python25/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile
index 3cae6408cd9..57bcb9af74a 100644
--- a/lang/python25/Makefile
+++ b/lang/python25/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/09/13 09:59:35 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2008/12/16 15:50:57 tron Exp $
DISTNAME= Python-2.5.2
PKGNAME= python25-2.5.2
@@ -134,6 +134,8 @@ PLIST.no-nis= yes
MAKE_ENV+= PY_BDB_TRANSFORM=${BUILDLINK_TRANSFORM:Q}
.endif
+BUILDLINK_TRANSFORM+= rm:-Wno-long-double
+
PLIST_SUBST+= PY_VER_SUFFIX=${PY_VER_SUFFIX:Q}
TEST_TARGET= test