Modified: trunk/dports/multimedia/MPlayer/Portfile (115373 => 115374)
--- trunk/dports/multimedia/MPlayer/Portfile 2014-01-01 02:52:51 UTC (rev 115373)
+++ trunk/dports/multimedia/MPlayer/Portfile 2014-01-01 02:53:09 UTC (rev 115374)
@@ -272,7 +272,8 @@
# gcc-4.0 and older gcc-4.2 (< 5646) used to fail to build cpudetect.c properly, but it seems to work now (38007#comment:20)
# llvm-gcc-4.2 macports-llvm-gcc-4.2 fail (38007#comment:19)
-compiler.blacklist-append gcc-3.3 {gcc-4.0 < 5493} llvm-gcc-4.2 macports-llvm-gcc-4.2
+# gcc-4.2 5577 fails to build cpudetect.c for x86_64
+compiler.blacklist-append gcc-3.3 {gcc-4.0 < 5493} {gcc-4.2 < 5666} llvm-gcc-4.2 macports-llvm-gcc-4.2
if {[lsearch [get_canonical_archs] i386] != -1} {
# http://trac.macports.org/ticket/38248