<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/3f224d8935d983194163032712633f1c03238bf2">https://github.com/macports/macports-ports/commit/3f224d8935d983194163032712633f1c03238bf2</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 3f224d8935d scummvm: Fix build on G3 machines
</span>3f224d8935d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3f224d8935d983194163032712633f1c03238bf2
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Wed Oct 13 14:09:33 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    scummvm: Fix build on G3 machines
</span>---
 emulators/scummvm/Portfile | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/scummvm/Portfile b/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 723c8c71fb7..708f8de40a7 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/scummvm/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -110,6 +110,14 @@ if {[string match *clang* ${configure.cxx}]} {
</span> # the plugins fail to link against libSDL2
 configure.ldflags-append -lSDL2
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fix build on G3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+platform powerpc {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {[catch {sysctl hw.vectorunit} result] || $result == 0} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.ldflags-append -force_cpusubtype_ALL
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        archive_sites
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # Leopard build, at least, fails without c++11
 compiler.cxx_standard   2011
 
</pre><pre style='margin:0'>

</pre>