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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7f4c2a3b97a4e0429e2ae95aa999c793d8adfd3">https://github.com/macports/macports-ports/commit/c7f4c2a3b97a4e0429e2ae95aa999c793d8adfd3</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 c7f4c2a3b97 python311: fix build on G3 processors
</span>c7f4c2a3b97 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c7f4c2a3b97a4e0429e2ae95aa999c793d8adfd3
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Tue Dec 27 14:19:29 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    python311: fix build on G3 processors
</span>---
 lang/python311/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python311/Portfile b/lang/python311/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a34d12d5486..f0c8b495f95 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python311/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python311/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,9 @@ if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span> if {${configure.build_arch} in "ppc ppc64"} {
     # https://trac.macports.org/ticket/66483
     configure.ldflags-append -Wl,-read_only_relocs,suppress
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # G3 builds fail without this flag, as converting a static library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # to dynamic using -all_load inadvertently sets the arch to ppc7400
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.ldflags-append -Wl,-force_cpusubtype_ALL
</span> }
 
 depends_build       port:pkgconfig
</pre><pre style='margin:0'>

</pre>