<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/c1a5273badaa3db2bb134d8666b77fd0ab9ad037">https://github.com/macports/macports-ports/commit/c1a5273badaa3db2bb134d8666b77fd0ab9ad037</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 c1a5273 libstemmer: build dynamic library with configure.cc
</span>c1a5273 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c1a5273badaa3db2bb134d8666b77fd0ab9ad037
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri May 3 05:22:19 2019 -0700
<span style='display:block; white-space:pre;color:#404040;'> libstemmer: build dynamic library with configure.cc
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See https://trac.macports.org/wiki/UsingTheRightCompiler
</span>---
textproc/libstemmer/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/libstemmer/Portfile b/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7e83e55..e908130 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/libstemmer/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,7 @@ build.args-append CC="${configure.cc} [get_canonical_archflags cc]"
</span> post-build {
copy ${worksrcpath}/libstemmer.o ${worksrcpath}/libstemmer.a
system -W ${worksrcpath} "ranlib libstemmer.a"
<span style='display:block; white-space:pre;background:#ffe0e0;'>- system -W ${worksrcpath} "clang -fpic -shared -Wl,-all_load libstemmer.a -o libstemmer.dylib"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ system -W ${worksrcpath} "${configure.cc} -fpic -shared -Wl,-all_load libstemmer.a -o libstemmer.dylib"
</span> }
destroot {
</pre><pre style='margin:0'>
</pre>