<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f0f17f32bdbc4c4af4ef088ee498979be756444d">https://github.com/macports/macports-ports/commit/f0f17f32bdbc4c4af4ef088ee498979be756444d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit f0f17f32bdbc4c4af4ef088ee498979be756444d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Aug 12 20:46:16 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    darktable: avoid -mtune=native
</span>---
 graphics/darktable/Portfile | 5 ++++-
 1 file changed, 4 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 2c6a6b4..b2407af 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;'>@@ -8,7 +8,7 @@ PortGroup               cmake 1.1
</span> PortGroup               cxx11 1.1
 
 github.setup            darktable-org darktable 2.4.4 release-
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                2
</span> categories              graphics
 platforms               darwin
 supported_archs         x86_64
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,6 +91,9 @@ require_active_variants gtk3 quartz
</span> 
 patchfiles              patch-src-common-exif.cc.diff
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# sets march optimization to generic
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append   -DBINARY_PACKAGE_BUILD=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append   -DBUILD_CMSTEST=OFF \
                         -DTESTBUILD_OPENCL_PROGRAMS=OFF \
                         -DUSE_COLORD=OFF \
</pre><pre style='margin:0'>

</pre>