mongodb: blacklist gcc-4.0 (#36381)
--- trunk/dports/databases/mongodb/Portfile 2012-10-02 02:24:27 UTC (rev 98290)
+++ trunk/dports/databases/mongodb/Portfile 2012-10-02 03:44:48 UTC (rev 98291)
@@ -49,8 +49,9 @@
variant universal {}
+compiler.blacklist gcc-4.0
if {[vercmp ${xcodeversion} 4.3] < 0} {
- compiler.blacklist clang
+ compiler.blacklist-append clang
}
build.env TERM=xterm \