<pre style='margin:0'>
Kurt Hindenburg (kurthindenburg) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7e06fb25e9464ce95d9474b0095c21069bd6d07f">https://github.com/macports/macports-ports/commit/7e06fb25e9464ce95d9474b0095c21069bd6d07f</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 7e06fb2  util-linux: add snowleopardfixes
</span>7e06fb2 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7e06fb25e9464ce95d9474b0095c21069bd6d07f
</span>Author: Kurt Hindenburg <khindenburg@macports.org>
AuthorDate: Thu Oct 19 09:56:15 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    util-linux: add snowleopardfixes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes https://trac.macports.org/ticket/54410
</span>---
 devel/util-linux/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/util-linux/Portfile b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7761c91..9afc33e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/util-linux/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,6 +59,11 @@ configure.args      --disable-agetty \
</span> # When adding new programs, check the .c file for license
 build.target        colcrt column look rename rev scriptreplay setsid
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin 10 {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append          port:snowleopardfixes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append   -lsnowleopardfixes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot {
     foreach path {
             text-utils/colcrt
</pre><pre style='margin:0'>

</pre>