<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/edd611ed4428cba2d9d699dfb1365b3558d28f3f">https://github.com/macports/macports-ports/commit/edd611ed4428cba2d9d699dfb1365b3558d28f3f</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 edd611e  sbcl: Do not unset LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP
</span>edd611e is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    sbcl: 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/sbcl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/sbcl/Portfile b/lang/sbcl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7c5e462..6674b93 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/sbcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/sbcl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -82,7 +82,7 @@ post-patch {
</span> use_configure   no
 
 build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && export SBCL_MACOSX_VERSION_MIN=10.5 && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    system "ulimit -s 8192 && export SBCL_MACOSX_VERSION_MIN=10.5 && cd ${worksrcpath} && export CC && CC=${configure.cc} && export CXX && CXX=${configure.cxx} && export CPP && CPP==${configure.cpp} && sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"
</span> }
 
 post-build {
</pre><pre style='margin:0'>

</pre>