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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/133e9a648ed94354e30cf13f13d202c76f21f8b3">https://github.com/macports/macports-ports/commit/133e9a648ed94354e30cf13f13d202c76f21f8b3</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 133e9a6  babl: tweak gcc blacklisting
</span>133e9a6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 133e9a648ed94354e30cf13f13d202c76f21f8b3
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Apr 16 20:46:38 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    babl: tweak gcc blacklisting
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    allows builds with newer gcc version e.g. on PPC
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/49764
</span>---
 graphics/babl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/babl/Portfile b/graphics/babl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a115294..8b6db5e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/babl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/babl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ checksums           rmd160  9c6a2fe80ae5d68b40c55ef0ed38d0436edd02c0 \
</span> 
 # In 0.1.12, i386 fails to compile with SL's gcc-4.2:
 #    babl-cpuaccel.c:169: error: ‘asm’ operand has impossible constraints
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append *gcc*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append *gcc-3.* *gcc-4.*
</span> 
 # additionally blacklist compilers that don't support C11 (typedef redefinition in C)
 # babl-icc.c:1031:25: error: redefinition of typedef 'UTF8' is invalid in C
</pre><pre style='margin:0'>

</pre>