[57160] trunk/dports/python/py26-pyobjc2
toby at macports.org
toby at macports.org
Sun Sep 6 15:57:34 PDT 2009
Revision: 57160
http://trac.macports.org/changeset/57160
Author: toby at macports.org
Date: 2009-09-06 15:57:33 -0700 (Sun, 06 Sep 2009)
Log Message:
-----------
#21147 (py26-pyobjc2 uses -Wno-long-double)
Modified Paths:
--------------
trunk/dports/python/py26-pyobjc2/Portfile
Added Paths:
-----------
trunk/dports/python/py26-pyobjc2/files/
trunk/dports/python/py26-pyobjc2/files/patch-setup.py
Modified: trunk/dports/python/py26-pyobjc2/Portfile
===================================================================
--- trunk/dports/python/py26-pyobjc2/Portfile 2009-09-06 22:53:45 UTC (rev 57159)
+++ trunk/dports/python/py26-pyobjc2/Portfile 2009-09-06 22:57:33 UTC (rev 57160)
@@ -28,6 +28,8 @@
svn.url http://svn.red-bean.com/pyobjc/tags/r200-leopard/pyobjc-core/
worksrcdir pyobjc-core
+patchfiles patch-setup.py
+
if {${os.major} < 9} {
pre-fetch {
return -code error "PyObjC 2.0 requires Mac OS X 10.5"
Added: trunk/dports/python/py26-pyobjc2/files/patch-setup.py
===================================================================
--- trunk/dports/python/py26-pyobjc2/files/patch-setup.py (rev 0)
+++ trunk/dports/python/py26-pyobjc2/files/patch-setup.py 2009-09-06 22:57:33 UTC (rev 57160)
@@ -0,0 +1,13 @@
+--- setup.py.orig 2009-09-06 15:56:18.000000000 -0700
++++ setup.py 2009-09-06 15:56:27.000000000 -0700
+@@ -87,8 +87,8 @@
+ CFLAGS=[
+ "-DPyObjC_STRICT_DEBUGGING",
+ "-DMACOSX",
+- "-no-cpp-precomp",
+- "-Wno-long-double",
++ #"-no-cpp-precomp",
++ #"-Wno-long-double",
+ #"-Wselector",
+ "-g",
+ #"-fobjc-gc",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090906/c9627886/attachment.html>
More information about the macports-changes
mailing list