<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/dfb14de3eb5860db97e141761bac0c8ae10be573">https://github.com/macports/macports-ports/commit/dfb14de3eb5860db97e141761bac0c8ae10be573</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 dfb14de  pypy*-tkinter: ensure UsingTheRightCompiler
</span>dfb14de is described below

<span style='display:block; white-space:pre;color:#808000;'>commit dfb14de3eb5860db97e141761bac0c8ae10be573
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jan 10 01:46:57 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    pypy*-tkinter: ensure 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 | 2 ++
 1 file changed, 2 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 55721b7..373e39a 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;'>@@ -234,6 +234,8 @@ if {[string match "pypy*-tkinter" ${subport}]} {
</span>     build.args          lib_pypy/_tkinter/tklib_build.py
     build.target
     build.post_args
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append    CC=${configure.cc} \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        "LDSHARED=${configure.cc} -pthread -shared -undefined dynamic_lookup"
</span> 
     select.entries
 
</pre><pre style='margin:0'>

</pre>