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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/29df3789a2e2a0b2278dd875c491023093502380">https://github.com/macports/macports-ports/commit/29df3789a2e2a0b2278dd875c491023093502380</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 29df378  gdal: add "native" option as an alias to "perf". See #59063
</span>29df378 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 29df3789a2e2a0b2278dd875c491023093502380
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun Sep 22 10:16:42 2019 +0200

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add "native" option as an alias to "perf". See #59063
</span>---
 gis/gdal/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5b05fd9..5e08fd4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -399,6 +399,10 @@ variant perf description {Optimize for speed} {
</span>     configure.optflags      -O3 -pipe -march=native -DGDAL_COMPILATION
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Same, but with "native" option. See #59063
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant native description {Optimize for speed} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.optflags      -O3 -pipe -march=native -DGDAL_COMPILATION
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span> 
 set jpeg2k 0
 foreach jpeg2kVariant {jasper openjpeg ecw} {
</pre><pre style='margin:0'>

</pre>