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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8f1e6a9b49aa4daa35f720bf46b38bd92f24e22f">https://github.com/macports/macports-ports/commit/8f1e6a9b49aa4daa35f720bf46b38bd92f24e22f</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 8f1e6a9b49a clisp: pass FORCE_UNSAFE_CONFIGURE=1 to configure to fix powerpc build
</span>8f1e6a9b49a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8f1e6a9b49aa4daa35f720bf46b38bd92f24e22f
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Jun 6 02:48:34 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    clisp: pass FORCE_UNSAFE_CONFIGURE=1 to configure to fix powerpc build
</span>---
 lang/clisp/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/clisp/Portfile b/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f060877e6e6..66f0f46fe8b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/clisp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -68,6 +68,11 @@ platform darwin {
</span>                     --disable-rpath
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin powerpc {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    FORCE_UNSAFE_CONFIGURE=1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant threads description {add multithreading support} {
     # NOTE: by unknown reason threads might be unstable
     # See: https://gitlab.com/gnu-clisp/clisp/-/issues/43
</pre><pre style='margin:0'>

</pre>