Revision: 119501 https://trac.macports.org/changeset/119501 Author: ryandesign@macports.org Date: 2014-04-27 21:55:47 -0700 (Sun, 27 Apr 2014) Log Message: ----------- notmuch: blacklist llvm-gcc-4.2 when building universal (#40006) Modified Paths: -------------- trunk/dports/mail/notmuch/Portfile Modified: trunk/dports/mail/notmuch/Portfile =================================================================== --- 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
participants (1)
-
ryandesign@macports.org