<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/3adc6e161eea2f5b215e209fc33191aeea7f9708">https://github.com/macports/macports-ports/commit/3adc6e161eea2f5b215e209fc33191aeea7f9708</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 3adc6e1  py-cairo: another 10.6 build fix
</span>3adc6e1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3adc6e161eea2f5b215e209fc33191aeea7f9708
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Mon Aug 6 06:18:13 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-cairo: another 10.6 build fix
</span>---
 python/py-cairo/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cairo/Portfile b/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9805337..7592497 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cairo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:et:fenc=utf-8::et:sw=4:ts=4:sts=4
 
 PortSystem              1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> PortGroup               active_variants 1.1
 PortGroup               github 1.0
 PortGroup               python 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,7 +33,8 @@ if {${name} ne ${subport}} {
</span>     test.cmd                ${python.bin} setup.py
 
     # cairo/surface.c:478: error: #pragma GCC diagnostic not allowed inside functions
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append *gcc-3.* *gcc-4.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # early clang versions don't use CPATH
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 300}
</span> 
     variant quartz {
         require_active_variants cairo quartz
</pre><pre style='margin:0'>

</pre>