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

jeremyhu at macports.org jeremyhu at macports.org
Thu Oct 17 17:31:51 PDT 2013


Revision: 112317
          https://trac.macports.org/changeset/112317
Author:   jeremyhu at macports.org
Date:     2013-10-17 17:31:51 -0700 (Thu, 17 Oct 2013)
Log Message:
-----------
gegl: Move compiler blacklisting before CC is used

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

Modified: trunk/dports/graphics/gegl/Portfile
===================================================================
--- trunk/dports/graphics/gegl/Portfile	2013-10-17 21:19:24 UTC (rev 112316)
+++ trunk/dports/graphics/gegl/Portfile	2013-10-18 00:31:51 UTC (rev 112317)
@@ -53,8 +53,10 @@
                 patch-ffmpeg.diff
 
 use_autoreconf  yes
-autoreconf.args -fvi
+autoreconf.args -fi
 
+compiler.blacklist-append gcc-4.2
+
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 
 if {[variant_isset universal]} {
@@ -82,10 +84,6 @@
 }
 
 platform darwin {
-    if {${os.major} == 10} {
-        compiler.blacklist gcc-4.2
-    }
-
     if {[variant_isset universal]} {
         # In order to build universal on Leopard, you need MacPorts 2.1
         set merger_configure_args(x86_64) --build=${build_arch}-apple-${os.platform}${os.version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131017/04e12882/attachment.html>


More information about the macports-changes mailing list