[46465] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Thu Feb 5 00:54:02 PST 2009


Revision: 46465
          http://trac.macports.org/changeset/46465
Author:   ryandesign at macports.org
Date:     2009-02-05 00:54:01 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
py-numarray, py25-numarray: not necessary to set CC to gcc-4.0 on Tiger since that's the default value.

Modified Paths:
--------------
    trunk/dports/python/py-numarray/Portfile
    trunk/dports/python/py25-numarray/Portfile

Modified: trunk/dports/python/py-numarray/Portfile
===================================================================
--- trunk/dports/python/py-numarray/Portfile	2009-02-05 08:52:33 UTC (rev 46464)
+++ trunk/dports/python/py-numarray/Portfile	2009-02-05 08:54:01 UTC (rev 46465)
@@ -23,10 +23,6 @@
 
 build.args		--gencode
 
-platform darwin 8 {
-	build.env		CC=/usr/bin/gcc-4.0
-}
-
 variant smp	{
 	build.args		--smp
 	destroot.args	--smp

Modified: trunk/dports/python/py25-numarray/Portfile
===================================================================
--- trunk/dports/python/py25-numarray/Portfile	2009-02-05 08:52:33 UTC (rev 46464)
+++ trunk/dports/python/py25-numarray/Portfile	2009-02-05 08:54:01 UTC (rev 46465)
@@ -30,10 +30,6 @@
 
 destroot.cmd            ${python.bin} setup.py
 
-platform darwin 8 {
-	build.env		CC=/usr/bin/gcc-4.0
-}
-
 variant smp description {Specify this to try to exploit multiple processors. A work in progress ...} {
 	build.args		--smp
 	destroot.args	--smp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090205/b615feda/attachment.html>


More information about the macports-changes mailing list