<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/1b5c0fcc853bf5b3cb4dd6add5a3440fd40edfd5">https://github.com/macports/macports-legacy-support/commit/1b5c0fcc853bf5b3cb4dd6add5a3440fd40edfd5</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 1b5c0fc  fdopendir variations: allow ppc7400
</span>1b5c0fc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1b5c0fcc853bf5b3cb4dd6add5a3440fd40edfd5
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Mon Mar 23 00:33:27 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    fdopendir variations: allow ppc7400
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    this needs to be separately added
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/60147
</span>---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 fec7b53..10d9c8c 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;'>@@ -167,7 +167,7 @@ define splitandfilterandmergemultiarch
</span>                                   $${ld} -r "$${output}.inode32.$${arch}" "$${output}.inode64.$${arch}" -o "$${output}.$${arch}"; \
                                fi; \
                                ;; \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                        ('i386'|'ppc') \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                   ('i386'|'ppc'|'ppc7400') \
</span>                           if [ '9' -gt "$${platform}" ]; then \
                                        $${ld} -r "$${output}.inode32.$${arch}" "$${output}.inode32unix2003.$${arch}" -o "$${output}.$${arch}"; \
                                else \
</pre><pre style='margin:0'>

</pre>