<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/96c39ef2b6e7a932d1caa2641f444b227d994d19">https://github.com/macports/macports-ports/commit/96c39ef2b6e7a932d1caa2641f444b227d994d19</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 96c39ef2b6e7a932d1caa2641f444b227d994d19
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon Dec 13 08:47:37 2021 -0600
<span style='display:block; white-space:pre;color:#404040;'> ksh93-devel: Disable arm64 due to build failure
</span>---
shells/ksh93-devel/Portfile | 4 ++++
1 file changed, 4 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/shells/ksh93-devel/Portfile b/shells/ksh93-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bcdd61f4ad1..b40476a2d8f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/shells/ksh93-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/shells/ksh93-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,6 +32,10 @@ patchfiles-append memccpy.patch
</span>
use_configure no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Need to investigate:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# src/lib/libast/hash/hashalloc.c:155:16: error: non-const lvalue reference to type '__builtin_va_list' cannot bind to a temporary of type 'va_list' (aka 'char *')
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs i386 ppc ppc64 x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> build.cmd bin/package
build.target make
</pre><pre style='margin:0'>
</pre>