[119501] trunk/dports/mail/notmuch/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Apr 27 21:55:47 PDT 2014


Revision: 119501
          https://trac.macports.org/changeset/119501
Author:   ryandesign at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140427/89b22522/attachment.html>


More information about the macports-changes mailing list