[102271] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Tue Jan 29 14:57:39 PST 2013


Revision: 102271
          https://trac.macports.org/changeset/102271
Author:   ryandesign at macports.org
Date:     2013-01-29 14:57:39 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
cairo, cairo-devel: blacklist gcc-4.0 when building x86_64

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

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2013-01-29 22:57:03 UTC (rev 102270)
+++ trunk/dports/graphics/cairo/Portfile	2013-01-29 22:57:39 UTC (rev 102271)
@@ -51,8 +51,8 @@
 # https://trac.macports.org/ticket/34137
 compiler.blacklist-append   {clang < 318.0.61}
 
-variant universal {
-    # https://trac.macports.org/ticket/27011    
+# https://trac.macports.org/ticket/27011
+if {${build_arch} == "x86_64" || ([variant_isset universal] && [lsearch ${universal_archs} x86_64] != -1)} {
     compiler.blacklist-append gcc-4.0
 }
 

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2013-01-29 22:57:03 UTC (rev 102270)
+++ trunk/dports/graphics/cairo-devel/Portfile	2013-01-29 22:57:39 UTC (rev 102271)
@@ -49,8 +49,8 @@
 # https://trac.macports.org/ticket/34137
 compiler.blacklist-append   {clang < 318.0.61}
 
-variant universal {
-    # https://trac.macports.org/ticket/27011    
+# https://trac.macports.org/ticket/27011
+if {${build_arch} == "x86_64" || ([variant_isset universal] && [lsearch ${universal_archs} x86_64] != -1)} {
     compiler.blacklist-append gcc-4.0
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/588deac2/attachment.html>


More information about the macports-changes mailing list