<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8ce4230932e457add89d35880e91d254018ae1fb">https://github.com/macports/macports-ports/commit/8ce4230932e457add89d35880e91d254018ae1fb</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8ce4230  notmuch: Finally fix OSX10.6 build using MP's clang 5.0 as fallback
</span>8ce4230 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8ce4230932e457add89d35880e91d254018ae1fb
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Jun 11 20:09:56 2019 +0100

<span style='display:block; white-space:pre;color:#404040;'>    notmuch: Finally fix OSX10.6 build using MP's clang 5.0 as fallback
</span>---
 mail/notmuch/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/notmuch/Portfile b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 410e88e..5f44682 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/notmuch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,8 @@ post-patch {
</span> 
 conflicts_build     ${name} xcbuild
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append *gcc-3.* *gcc-4.*  *llvm-gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.fallback macports-clang-5.0 
</span> 
 configure.args      --with-docs \
                     --without-emacs \
</pre><pre style='margin:0'>

</pre>