<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/17a9c6ae027524bdf943a3c3015542a5f3585977">https://github.com/macports/macports-ports/commit/17a9c6ae027524bdf943a3c3015542a5f3585977</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 17a9c6a py-cairo: possible build fix for 10.6 and earlier
</span>17a9c6a is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 17a9c6ae027524bdf943a3c3015542a5f3585977
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Fri Jul 20 12:35:43 2018 -0700
<span style='display:block; white-space:pre;color:#404040;'> py-cairo: possible build fix for 10.6 and earlier
</span>---
python/py-cairo/Portfile | 3 +++
1 file changed, 3 insertions(+)
<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 d82cf74..9805337 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;'>@@ -31,6 +31,9 @@ if {${name} ne ${subport}} {
</span> test.run yes
test.cmd ${python.bin} setup.py
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # cairo/surface.c:478: error: #pragma GCC diagnostic not allowed inside functions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.blacklist-append *gcc-3.* *gcc-4.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant quartz {
require_active_variants cairo quartz
}
</pre><pre style='margin:0'>
</pre>