[108932] trunk/dports/multimedia/VLC/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sun Aug 4 13:30:53 PDT 2013


Revision: 108932
          https://trac.macports.org/changeset/108932
Author:   jeremyhu at macports.org
Date:     2013-08-04 13:30:53 -0700 (Sun, 04 Aug 2013)
Log Message:
-----------
VLC: Use compiler.blacklist now that base 2.2 is available

Modified Paths:
--------------
    trunk/dports/multimedia/VLC/Portfile

Modified: trunk/dports/multimedia/VLC/Portfile
===================================================================
--- trunk/dports/multimedia/VLC/Portfile	2013-08-04 20:27:38 UTC (rev 108931)
+++ trunk/dports/multimedia/VLC/Portfile	2013-08-04 20:30:53 UTC (rev 108932)
@@ -90,10 +90,8 @@
 universal_variant   no
 
 # Older gcc fail at register allocation
-if {${build_arch} == "i386" || ([variant_isset universal] && [lsearch ${universal_archs} i386] != -1)} {
-    # Switch to the blacklist once base 2.2 is out: https://trac.macports.org/ticket/37830
-    #compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 macports-llvm-gcc-4.2
-    compiler.whitelist clang macports-clang-3.3
+if {[lsearch [get_canonical_archs] i386] != -1} {
+    compiler.blacklist gcc-4.0 gcc-4.2 llvm-gcc-4.2 apple-gcc-4.2 macports-llvm-gcc-4.2
 }
 
 # Other
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130804/99111efd/attachment.html>


More information about the macports-changes mailing list