<pre style='margin:0'>
Sean Farley (seanfarley) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8b37b440ccfad8d6b0b2055c42fcfb653adff909">https://github.com/macports/macports-ports/commit/8b37b440ccfad8d6b0b2055c42fcfb653adff909</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8b37b440ccfad8d6b0b2055c42fcfb653adff909
</span>Author: Sean Farley <sean@macports.org>
AuthorDate: Thu Jun 15 15:32:31 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    ripgrep: use the right compiler for linking
</span>---
 textproc/ripgrep/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/ripgrep/Portfile b/textproc/ripgrep/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 07324ec..cd1564c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/ripgrep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/ripgrep/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,7 @@ use_configure       no
</span> build.cmd           cargo
 build.target        build
 build.args          --release
<span style='display:block; white-space:pre;background:#e0ffe0;'>+build.env           RUSTFLAGS="-C linker=${configure.cc}"
</span> 
 destroot {
     xinstall -m 755 ${worksrcpath}/target/release/rg ${destroot}${prefix}/bin/
</pre><pre style='margin:0'>

</pre>