Revision: 115571 https://trac.macports.org/changeset/115571 Author: larryv@macports.org Date: 2014-01-05 11:32:15 -0800 (Sun, 05 Jan 2014) Log Message: ----------- mpd: Blacklist old GCC instead of checking for old platforms. Modified Paths: -------------- trunk/dports/audio/mpd/Portfile Modified: trunk/dports/audio/mpd/Portfile =================================================================== --- trunk/dports/audio/mpd/Portfile 2014-01-05 19:09:15 UTC (rev 115570) +++ trunk/dports/audio/mpd/Portfile 2014-01-05 19:32:15 UTC (rev 115571) @@ -75,9 +75,8 @@ default_variants +mad } -platform darwin 10 { - configure.compiler macports-gcc-4.6 -} +# Doesn't work with old GCC. +compiler.blacklist gcc-3.3 *gcc-4.[0-5] if {${os.platform} eq "darwin" && ${os.major} > 8} { set mpduser _mpd