Modified: trunk/dports/multimedia/MPlayer/Portfile (105570 => 105571)
--- trunk/dports/multimedia/MPlayer/Portfile 2013-04-25 14:24:24 UTC (rev 105570)
+++ trunk/dports/multimedia/MPlayer/Portfile 2013-04-25 15:48:50 UTC (rev 105571)
@@ -264,7 +264,7 @@
}
# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
# 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 (105570 => 105571)
--- trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-25 14:24:24 UTC (rev 105570)
+++ trunk/dports/multimedia/mplayer-devel/Portfile 2013-04-25 15:48:50 UTC (rev 105571)
@@ -274,7 +274,7 @@
}
# gcc-4.0 and older gcc-4.2 fail to build cpudetect.c properly
-compiler.blacklist-append gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
+compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 {gcc-4.2 < 5646}
# TODO: base should do this: http://trac.macports.org/ticket/32542
if {[info exists portconfigure::compiler_name_map(${configure.compiler})]} {