<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7524cfbabeffe5b20bd90c517d14cb35ce7b2e2a">https://github.com/macports/macports-ports/commit/7524cfbabeffe5b20bd90c517d14cb35ce7b2e2a</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 7524cfb  clisp: Do not unset LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP
</span>7524cfb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7524cfbabeffe5b20bd90c517d14cb35ce7b2e2a
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Mar 31 18:57:44 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    clisp: Do not unset LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts base stopped setting those environment variables with the
</span><span style='display:block; white-space:pre;color:#404040;'>    release of MacPorts 1.6.
</span>---
 lang/clisp/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/clisp/Portfile b/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 28577ff..5c51f5c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -66,7 +66,6 @@ platform darwin {
</span> 
 use_parallel_build  no
 build.dir           ${worksrcpath}/src
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.env-delete    LD_PREBIND LD_PREBIND_ALLOW_OVERLAP
</span> build.cmd           "ulimit -s 16384 && make"
 build.target 
 
</pre><pre style='margin:0'>

</pre>