pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/python25 Strip out the "-Wno-long-double" option....
details: https://anonhg.NetBSD.org/pkgsrc/rev/b13d43cdf842
branches: trunk
changeset: 551484:b13d43cdf842
user: tron <tron%pkgsrc.org@localhost>
date: Tue Dec 16 15:50:57 2008 +0000
description:
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:
lang/python25/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r adc76dd94df4 -r b13d43cdf842 lang/python25/Makefile
--- a/lang/python25/Makefile Tue Dec 16 15:49:14 2008 +0000
+++ b/lang/python25/Makefile Tue Dec 16 15:50:57 2008 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index