<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31da2ead08758dac3bcec36ff6475e4b3a0e051f">https://github.com/macports/macports-ports/commit/31da2ead08758dac3bcec36ff6475e4b3a0e051f</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 31da2ead08758dac3bcec36ff6475e4b3a0e051f
</span>Author: Perry E. Metzger <perry@piermont.com>
AuthorDate: Tue Oct 22 13:20:46 2019 -0400

<span style='display:block; white-space:pre;color:#404040;'>    sbcl: fix build line
</span><span style='display:block; white-space:pre;color:#404040;'>    Note that sbcl is still broken; patches to fix it will be committed later.
</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 323c4d2..47bd9b7 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;'>@@ -94,7 +94,7 @@ post-patch {
</span> use_configure   no
 
 build {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    system "export SBCL_MACOSX_VERSION_MIN=${macosx_deployment_target} && 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 -W ${worksrcpath} "SBCL_MACOSX_VERSION_MIN=${macosx_deployment_target} CC=${configure.cc} CXX=${configure.cxx} CPP=${configure.cpp} sh ./make.sh ${make_sh_options} --prefix=${prefix} --xc-host=${host_lisp}"
</span> }
 
 post-build {
</pre><pre style='margin:0'>

</pre>