[101523] trunk/dports/graphics/gegl/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 12 16:12:22 PST 2013


Revision: 101523
          https://trac.macports.org/changeset/101523
Author:   jeremyhu at macports.org
Date:     2013-01-12 16:12:22 -0800 (Sat, 12 Jan 2013)
Log Message:
-----------
gegl: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/graphics/gegl/Portfile

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2013-01-12 23:51:32 UTC (rev 101522)
+++ trunk/dports/graphics/gegl/Portfile	2013-01-13 00:12:22 UTC (rev 101523)
@@ -72,8 +72,8 @@
 }
 
 platform darwin {
-    if {${os.major} == 10 && ${configure.compiler} == "gcc-4.2"} {
-        configure.compiler llvm-gcc-4.2
+    if {${os.major} == 10} {
+        compiler.blacklist gcc-4.2
     }
 
     if {[variant_isset universal]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130112/d3859df3/attachment.html>


More information about the macports-changes mailing list