<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0dcc2c9fa80412b1599f2e439ef51aa32694d74b">https://github.com/macports/macports-ports/commit/0dcc2c9fa80412b1599f2e439ef51aa32694d74b</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 0dcc2c9  pypy: ensure we are UsingTheRightCompiler
</span>0dcc2c9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0dcc2c9fa80412b1599f2e439ef51aa32694d74b
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Dec 24 21:08:35 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pypy: ensure we are UsingTheRightCompiler
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See https://trac.macports.org/wiki/UsingTheRightCompiler
</span>---
 lang/pypy/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/pypy/Portfile b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f367741..305141a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/pypy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,6 +95,9 @@ build.target        ../../rpython/bin/rpython
</span> build.post_args     targetpypystandalone
 
 destroot.env        {*}${build.env}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot.env-append CC=${configure.cc} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    "LDSHARED=${configure.cc} -pthread -shared -undefined dynamic_lookup"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.dir        ${worksrcpath}/pypy/tool/release
 destroot.args       --builddir ${destroot}${prefix}/lib \
                     --archive-name ${subport} \
</pre><pre style='margin:0'>

</pre>