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

<span style='display:block; white-space:pre;color:#404040;'>    Makefile: add LIPO 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 c7af38a..816035e 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;'>@@ -38,6 +38,7 @@ POSTINSTALL      = install_name_tool
</span> POSTINSTALLFLAGS = -id $(DLIBPATH)
 
 ARCHFLAGS       ?=
<span style='display:block; white-space:pre;background:#e0ffe0;'>+LIPO            ?= lipo
</span> CC              ?= cc $(ARCHFLAGS)
 CFLAGS          ?= -Os -Wall
 DLIBCFLAGS      ?= -fPIC
</pre><pre style='margin:0'>

</pre>