diff options
author | tron <tron@pkgsrc.org> | 2008-12-16 15:50:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-12-16 15:50:57 +0000 |
commit | c09f837e9296da9617ee9bf636353997de9afed7 (patch) | |
tree | dbb89f555dfac9e61754bf06aa116490d604ab90 | |
parent | 249ffb2455253448aaf0043f7dbe9d32b4c0f755 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | lang/python25/Makefile | 4 |
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 |