<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/76ff58598acc51de991800d81d01fdd78149bae3">https://github.com/macports/macports-ports/commit/76ff58598acc51de991800d81d01fdd78149bae3</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 76ff585  multimarkdown: Blacklist clang without -fbracket-depth
</span>76ff585 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 76ff58598acc51de991800d81d01fdd78149bae3
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Oct 1 11:26:09 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    multimarkdown: Blacklist clang without -fbracket-depth
</span>---
 textproc/multimarkdown/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/multimarkdown/Portfile b/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 90d7c0c..41b2cfc 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/multimarkdown/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,8 +39,8 @@ patchfiles-append   PATH.patch
</span> patchfiles-append   which.patch
 patchfiles-append   DeploymentTarget.patch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# blacklist compilers that do not support C11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 300}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Blacklist compilers that do not support -std=C11 or -fbracket-depth
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist  *gcc-3.* *gcc-4.* {clang < 500}
</span> 
 configure.args-append \
                     -DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF \
</pre><pre style='margin:0'>

</pre>