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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a760334ed54434ce0992ada4e9aef604981a84fd">https://github.com/macports/macports-ports/commit/a760334ed54434ce0992ada4e9aef604981a84fd</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 a760334ed54 zthread: update config.{guess,sub} for arm64
</span>a760334ed54 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a760334ed54434ce0992ada4e9aef604981a84fd
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Thu Mar 9 08:34:24 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    zthread: update config.{guess,sub} for arm64
</span>---
 devel/zthread/Portfile | 9 +++++++++
 1 file changed, 9 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/zthread/Portfile b/devel/zthread/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 528d6f3f2cf..170be521a85 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/zthread/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/zthread/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -69,6 +69,15 @@ post-patch {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Update config.guess and config.sub to be able to build on arm64.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append    port:automake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set automake_dirs [glob -directory ${prefix}/share automake-*]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set automake_dir [lindex [lsort -command vercmp $automake_dirs] end]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    copy -force ${automake_dir}/config.guess ${automake_dir}/config.sub \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ${worksrcpath}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
     delete {*}[glob -directory ${destroot}${prefix}/include/${name} \
         .Barrier.h.swp Barrier.h.orig]
</pre><pre style='margin:0'>

</pre>