<pre style='margin:0'>
Takeshi Enomoto (tenomoto) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/4098911d0b9ad14bc8c4d7d41b6041dd0d5a0b05">https://github.com/macports/macports-ports/commit/4098911d0b9ad14bc8c4d7d41b6041dd0d5a0b05</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 4098911d0b9ad14bc8c4d7d41b6041dd0d5a0b05
</span>Author: Takeshi Enomoto <takeshi@macports.org>
AuthorDate: Sun Dec 1 18:14:27 2019 +0900

<span style='display:block; white-space:pre;color:#404040;'>    libemos: remove redundant (and wrong) flag
</span>---
 science/libemos/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/libemos/Portfile b/science/libemos/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc19b0d..b10515d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/libemos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/libemos/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,7 +44,7 @@ configure.args-append \
</span>                     -DENABLE_ECCODES=ON \
                     -DFFTW_ROOT=${prefix}
 configure.ldflags-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -L${prefix}/local/lib -leccodes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -leccodes
</span> 
 post-destroot {
     ln -s ${prefix}/lib/libemos.a ${destroot}${prefix}/lib/libemos.R32.D64.I32.a
</pre><pre style='margin:0'>

</pre>