<pre style='margin:0'>
Mojca Miklavec (mojca) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/62cd9d27226ca1f1f8552108af8c2ecc2dcaa01f">https://github.com/macports/macports-ports/commit/62cd9d27226ca1f1f8552108af8c2ecc2dcaa01f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 62cd9d27226ca1f1f8552108af8c2ecc2dcaa01f
</span>Author: Mojca Miklavec <mojca@macports.org>
AuthorDate: Mon Sep 30 07:18:06 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    asymptote: use the system boehmgc
</span>---
 graphics/asymptote/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/asymptote/Portfile b/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c98bad6..f895b8b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/asymptote/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,8 @@ post-patch {
</span>     reinplace "s|@@PYTHON@@|${python.bin}|g" ${worksrcpath}/Makefile.in
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --with-latex=${texlive_texmfports}/tex/latex \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --enable-gc=system \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-latex=${texlive_texmfports}/tex/latex \
</span>                     --with-context=${texlive_texmfports}/tex/context/third \
                     --mandir=${prefix}/share/man \
                     --disable-offscreen
</pre><pre style='margin:0'>

</pre>