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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ccddc8549851581acd8271283802278a280ff45c">https://github.com/macports/macports-ports/commit/ccddc8549851581acd8271283802278a280ff45c</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 ccddc854985 darktable: enable ARM build See: https://trac.macports.org/ticket/64488
</span>ccddc854985 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ccddc8549851581acd8271283802278a280ff45c
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Jul 17 20:39:15 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    darktable: enable ARM build
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/64488
</span>---
 graphics/darktable/Portfile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/darktable/Portfile b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 13eabea5879..325e670c90a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/darktable/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ long_description        Darktable is a virtual lighttable and darkroom for \
</span>                         and enhance them.
 homepage                https://www.darktable.org/
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-supported_archs         x86_64
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs         x86_64 arm64
</span> 
 github.tarball_from     releases
 dist_subdir             ${my_name}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -137,6 +137,12 @@ platform darwin {
</span>                         -DBUILD_NOISE_TOOLS=${features_curve_noise}
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# For ARM build, we must disable Intel instruction set use.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${configure.build_arch} eq "arm64"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DBUILD_SSE2_CODEPATHS=OFF
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-build {
     set wrap [open "${workpath}/darktable-app" w 0755]
     puts ${wrap} "#!/bin/sh"
</pre><pre style='margin:0'>

</pre>