<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f70687997a022399a5f0f630086b3f3d4c1bc850">https://github.com/macports/macports-ports/commit/f70687997a022399a5f0f630086b3f3d4c1bc850</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 f70687997a0 libtheora: fix build on Rosetta Fixes: https://trac.macports.org/ticket/64607
</span>f70687997a0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f70687997a022399a5f0f630086b3f3d4c1bc850
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Wed Aug 3 06:02:27 2022 +0545

<span style='display:block; white-space:pre;color:#404040;'>    libtheora: fix build on Rosetta
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/64607
</span>---
 multimedia/libtheora/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/multimedia/libtheora/Portfile b/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 88096d65e15..2a69e3921c1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/multimedia/libtheora/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -73,6 +73,8 @@ platform darwin powerpc {
</span>     # http://trac.macports.org/ticket/13033
     # http://trac.macports.org/ticket/20141
     configure.args-delete   --disable-asm
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # https://trac.macports.org/ticket/64607
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --build=powerpc-apple-darwin${os.major}
</span> }
 
 livecheck.type  regex
</pre><pre style='margin:0'>

</pre>