notmuch: blacklist llvm-gcc-4.2 when building universal (#40006)
--- trunk/dports/mail/notmuch/Portfile 2014-04-28 04:51:40 UTC (rev 119500)
+++ trunk/dports/mail/notmuch/Portfile 2014-04-28 04:55:47 UTC (rev 119501)
@@ -39,6 +39,11 @@
conflicts_build ${name}
+if {[variant_isset universal]} {
+ # llvm-gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
+ compiler.blacklist *llvm-gcc-4.2
+}
+
configure.args --without-emacs
# disable silent rules