<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/2396467ba596424a5ea8b9d810c9342b4f593716">https://github.com/macports/macports-ports/commit/2396467ba596424a5ea8b9d810c9342b4f593716</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 2396467ba59 ghc-filesystem: allow testing on arm64
</span>2396467ba59 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2396467ba596424a5ea8b9d810c9342b4f593716
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sun Feb 12 22:50:52 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    ghc-filesystem: allow testing on arm64
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    works fine now
</span>---
 devel/ghc-filesystem/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/ghc-filesystem/Portfile b/devel/ghc-filesystem/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ad60306fe3d..65c9012274f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/ghc-filesystem/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/ghc-filesystem/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ configure.args-append \
</span>     -DGHC_FILESYSTEM_BUILD_EXAMPLES=OFF
 
 # fails to build and it is optional
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${build_arch} ne "x86_64"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} ni "x86_64 arm64" } {
</span>     configure.args-append \
         -DGHC_FILESYSTEM_BUILD_TESTING=OFF
 } else {
</pre><pre style='margin:0'>

</pre>