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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f4a6cde880c6fa5dd44fbab8f6f7d387d7d1b220">https://github.com/macports/macports-ports/commit/f4a6cde880c6fa5dd44fbab8f6f7d387d7d1b220</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 f4a6cde880c mu: fix build on macos =< 10.11
</span>f4a6cde880c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f4a6cde880c6fa5dd44fbab8f6f7d387d7d1b220
</span>Author: Davide Gerhard <ra1nb0w@macports.org>
AuthorDate: Fri Aug 13 09:28:18 2021 +0200

<span style='display:block; white-space:pre;color:#404040;'>    mu: fix build on macos =< 10.11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/63364
</span>---
 mail/mu/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/mail/mu/Portfile b/mail/mu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 479150805dd..231dee3c2aa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/mail/mu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/mail/mu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem          1.0
 PortGroup           elisp 1.0
 PortGroup           github 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> 
 github.setup        djcb mu 1.6.3
 checksums           rmd160  ffdc9bc20e18dd77e9f21420d691e756a226418e \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,6 +27,9 @@ homepage            https://www.djcbsoftware.nl/code/mu/
</span> compiler.c_standard   1999
 compiler.cxx_standard 2014
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/63364
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist {clang < 900}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
     port:pkgconfig
 
</pre><pre style='margin:0'>

</pre>