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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3390f6cf1c14b1e81086973846688b2be868046d">https://github.com/macports/macports-ports/commit/3390f6cf1c14b1e81086973846688b2be868046d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3390f6cf1c14b1e81086973846688b2be868046d
</span>Author: Mark Moll <mmoll@macports.org>
AuthorDate: Thu Sep 27 08:29:11 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-graph-tool: use Macports' expat
</span>---
 python/py-graph-tool/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-graph-tool/Portfile b/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6f55220..43b0d9d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-graph-tool/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,7 +110,13 @@ if {${name} ne ${subport}} {
</span>     }
     configure.cppflags-append -I${prefix}/include -I${python.include}/..
     configure.ldflags-append -L${prefix}/lib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append --with-boost=${prefix} --exec-prefix=${python.prefix}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        --with-boost=${prefix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        --exec-prefix=${python.prefix} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        --with-expat=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        --with-expat-inc=${prefix}/include \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        --with-expat-lib="-L${prefix}/lib -lexpat"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     # Clang uses the old libstc++ from gcc 4.2 before OS X 10.9. Boost doesn't
     # include some of the tr1 headers in libstdc++ and defines its own tr1
     # classes. This causes conflicts with sparsehash which insists on using
</pre><pre style='margin:0'>

</pre>