<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/ab5ae154397ee479b3fe2f01f7dad918e8d33a49">https://github.com/macports/macports-ports/commit/ab5ae154397ee479b3fe2f01f7dad918e8d33a49</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 ab5ae15  cargo: UsingTheRightCompiler
</span>ab5ae15 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ab5ae154397ee479b3fe2f01f7dad918e8d33a49
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Mar 25 21:42:28 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    cargo: UsingTheRightCompiler
</span>---
 devel/cargo/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/cargo/Portfile b/devel/cargo/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ca30f97..e6967e6 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/cargo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/cargo/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,6 +68,10 @@ build.target        build
</span> build.args          --release -j${build.jobs}
 build.env           OPENSSL_DIR=${prefix}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/wiki/UsingTheRightCompiler
</span><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;'>+                    CXX=${configure.cxx}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     xinstall ${worksrcpath}/target/release/cargo ${destroot}${prefix}/bin
 
</pre><pre style='margin:0'>

</pre>