[81651] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Wed Aug 3 05:38:23 PDT 2011


Revision: 81651
          http://trac.macports.org/changeset/81651
Author:   ryandesign at macports.org
Date:     2011-08-03 05:38:23 -0700 (Wed, 03 Aug 2011)
Log Message:
-----------
cairo, cairo-devel: use gcc-4.2 instead of llvm-gcc-4.2 with Xcode 4.0.x; see #30405

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2011-08-03 12:36:49 UTC (rev 81650)
+++ trunk/dports/graphics/cairo/Portfile	2011-08-03 12:38:23 UTC (rev 81651)
@@ -94,6 +94,12 @@
 }
 }
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    if {[rpm-vercomp $xcodeversion 4.1] < 0} {
+        configure.compiler  gcc-4.2
+    }
+}
+
 platform darwin 9 {
     configure.compiler      gcc-4.2
 }

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2011-08-03 12:36:49 UTC (rev 81650)
+++ trunk/dports/graphics/cairo-devel/Portfile	2011-08-03 12:38:23 UTC (rev 81651)
@@ -94,6 +94,12 @@
 }
 }
 
+if {${configure.compiler} == "llvm-gcc-4.2"} {
+    if {[rpm-vercomp $xcodeversion 4.1] < 0} {
+        configure.compiler  gcc-4.2
+    }
+}
+
 platform darwin 9 {
     configure.compiler      gcc-4.2
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110803/eed13b2b/attachment.html>


More information about the macports-changes mailing list