[102275] trunk/dports/graphics/gimp2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 29 15:43:54 PST 2013


Revision: 102275
          https://trac.macports.org/changeset/102275
Author:   jeremyhu at macports.org
Date:     2013-01-29 15:43:54 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
gimp2: Use compiler.blacklist

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

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2013-01-29 23:42:03 UTC (rev 102274)
+++ trunk/dports/graphics/gimp2/Portfile	2013-01-29 23:43:54 UTC (rev 102275)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem 1.0
+PortGroup  compiler_blacklist_versions 1.0
 
 name            gimp2
 # please remember to update the gimp metapackage to match
@@ -60,11 +61,7 @@
     }
 }
 
-platform darwin 10 {
-    if {${configure.compiler} == "gcc-4.2"} {
-        configure.compiler llvm-gcc-4.2
-    }
-}
+compiler.blacklist-append {gcc-4.2 >= 5646}
 
 pre-configure {
     if {[file exists ${prefix}/lib/gtk-2.0/include/gdkconfig.h]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/aa1e5a3c/attachment-0001.html>


More information about the macports-changes mailing list