<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/27c66040252a03dc5f4f1d01895b4274c88a09f5">https://github.com/macports/macports-ports/commit/27c66040252a03dc5f4f1d01895b4274c88a09f5</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 27c6604  librdkafka: Simplify how LDFLAGS are modified
</span>27c6604 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27c66040252a03dc5f4f1d01895b4274c88a09f5
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 8 19:33:56 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    librdkafka: Simplify how LDFLAGS are modified
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Just put the new value in front of the existing ones.
</span>---
 net/librdkafka/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/librdkafka/Portfile b/net/librdkafka/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b925ec..4e309f7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/librdkafka/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/librdkafka/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -15,8 +15,7 @@ checksums           sha256 d6e553b1216b76de9e3a3c4b9c53fbecd87a5220aa5db2f3a8333
</span>                     rmd160 99496ebe9eefa3d197bdd893baca273ad142b758 \
                     size 2733040 
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-delete      -L${prefix}/lib
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.ldflags-append      -L../src -L${prefix}/lib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.ldflags-prepend     -L../src
</span> configure.args                --enable-ssl --enable-sasl
 
 test.run            no
</pre><pre style='margin:0'>

</pre>