Revision
110467
Author
jeremyhu@macports.org
Date
2013-08-31 01:18:49 -0700 (Sat, 31 Aug 2013)

Log Message

notmuch: Simplify blacklisting, but I was unable to figure out why it was needed.

Modified Paths

Diff

Modified: trunk/dports/mail/notmuch/Portfile (110466 => 110467)


--- trunk/dports/mail/notmuch/Portfile	2013-08-31 08:11:37 UTC (rev 110466)
+++ trunk/dports/mail/notmuch/Portfile	2013-08-31 08:18:49 UTC (rev 110467)
@@ -40,8 +40,11 @@
 conflicts_build     ${name}
 
 configure.args      --without-emacs
-compiler.blacklist      clang macports-clang macports-clang-2.9 macports-clang-3.0 macports-clang-3.1 macports-clang-3.2 macports-clang-3.3
 
+# TODO: Upstream ticket?
+#       This port failst to build with or without the blacklist for me (jeremyhu)
+compiler.blacklist  *clang*
+
 # disable silent rules
 build.args          V=1