<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-legacy-support.

</pre>
<p><a href="https://github.com/macports/macports-legacy-support/commit/0519a7887fc15f1650f858df4b7abd41c62bb6f6">https://github.com/macports/macports-legacy-support/commit/0519a7887fc15f1650f858df4b7abd41c62bb6f6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0519a7887fc15f1650f858df4b7abd41c62bb6f6
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Tue Oct 8 10:06:04 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: add UNAME variable.
</span>---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/Makefile b/Makefile
</span><span style='display:block; white-space:pre;color:#808080;'>index 816035e..65b85bb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/Makefile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,6 +48,7 @@ CXXFLAGS        ?= -Os -Wall
</span> LD              ?= ld
 LDFLAGS         ?=
 AR              ?= ar
<span style='display:block; white-space:pre;background:#e0ffe0;'>+UNAME           ?= /usr/bin/uname
</span> 
 MKINSTALLDIRS    = install -d -m 755
 INSTALL_PROGRAM  = install -c -m 755
</pre><pre style='margin:0'>

</pre>