<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/0fa029278d493ab8c7f5c45636fc0562b8ecfdbe">https://github.com/macports/macports-legacy-support/commit/0fa029278d493ab8c7f5c45636fc0562b8ecfdbe</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0fa029278d493ab8c7f5c45636fc0562b8ecfdbe
</span>Author: Mihai Moldovan <ionic@ionic.de>
AuthorDate: Tue Oct 8 01:49:56 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: add LD 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 8bf94d2..c7af38a 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;'>@@ -44,6 +44,7 @@ DLIBCFLAGS      ?= -fPIC
</span> SLIBCFLAGS      ?=
 CXX             ?= c++ $(ARCHFLAGS)
 CXXFLAGS        ?= -Os -Wall
<span style='display:block; white-space:pre;background:#e0ffe0;'>+LD              ?= ld
</span> LDFLAGS         ?=
 AR              ?= ar
 
</pre><pre style='margin:0'>

</pre>