Modified: trunk/dports/multimedia/MPlayer/Portfile (105591 => 105592)
--- trunk/dports/multimedia/MPlayer/Portfile 2013-04-26 15:40:22 UTC (rev 105591)
+++ trunk/dports/multimedia/MPlayer/Portfile 2013-04-26 15:46:22 UTC (rev 105592)
@@ -263,8 +263,9 @@
configure.args-append --enable-debug=gdb3 --disable-altivec
}
-# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+# 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
# TODO: base should do this: http://trac.macports.org/ticket/32542
if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {
Modified: trunk/dports/multimedia/mplayer-devel/Portfile (105591 => 105592)
--- trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-26 15:40:22 UTC (rev 105591)
+++ trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-26 15:46:22 UTC (rev 105592)
@@ -273,8 +273,9 @@
configure.args-append --enable-debug=gdb3 --disable-altivec
}
-# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+# 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
# TODO: base should do this: http://trac.macports.org/ticket/32542
if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {