[40850] trunk/dports/lang/python30/Portfile

toby at macports.org toby at macports.org
Wed Oct 15 23:49:43 PDT 2008


Revision: 40850
          http://trac.macports.org/changeset/40850
Author:   toby at macports.org
Date:     2008-10-15 23:49:43 -0700 (Wed, 15 Oct 2008)
Log Message:
-----------
force gcc 4.2 on darwin 10

Modified Paths:
--------------
    trunk/dports/lang/python30/Portfile

Modified: trunk/dports/lang/python30/Portfile
===================================================================
--- trunk/dports/lang/python30/Portfile	2008-10-16 06:46:00 UTC (rev 40849)
+++ trunk/dports/lang/python30/Portfile	2008-10-16 06:49:43 UTC (rev 40850)
@@ -87,6 +87,10 @@
 \n\tsudo python_select $name\n"
 }
 
+platform darwin 10 {
+        configure.compiler              gcc-4.2
+}
+
 variant universal {
         configure.args-append           --enable-universalsdk
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081015/7bf9f85b/attachment.html 


More information about the macports-changes mailing list