<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/a252834637d9db1a1251eecb09154c21f438629f">https://github.com/macports/macports-ports/commit/a252834637d9db1a1251eecb09154c21f438629f</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 a252834  lilypond-devel: add gcc9 as fallback
</span>a252834 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a252834637d9db1a1251eecb09154c21f438629f
</span>Author: Eric Benson <ebseattle@gmail.com>
AuthorDate: Sat Oct 12 09:42:02 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    lilypond-devel: add gcc9 as fallback
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This is necessary since gcc8 doesn't compile with Catalina (yet).
</span>---
 textproc/lilypond-devel/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/lilypond-devel/Portfile b/textproc/lilypond-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9a3bbb3..82451f5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/lilypond-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/lilypond-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -157,6 +157,7 @@ compiler.blacklist  *clang* \
</span>                     gcc-3.3 gcc-4.0 gcc-4.2
 
 compiler.fallback-append \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    macports-gcc-9 \
</span>                     macports-gcc-8 \
                     macports-gcc-7 \
                     macports-gcc-6 \
</pre><pre style='margin:0'>

</pre>