<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/e561372b6b19ece987459b0fda476d3a12a8c55c">https://github.com/macports/macports-ports/commit/e561372b6b19ece987459b0fda476d3a12a8c55c</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 e561372  gdal: add sqlite3 prefix to configuration arguments
</span>e561372 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit e561372b6b19ece987459b0fda476d3a12a8c55c
</span>Author: Matthew Hollingworth <mdholling@gmail.com>
AuthorDate: Thu Nov 1 17:29:40 2018 +1100

<span style='display:block; white-space:pre;color:#404040;'>    gdal: add sqlite3 prefix to configuration arguments
</span>---
 gis/gdal/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<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 fc27fac..c4a087b 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;'>@@ -10,6 +10,7 @@ PortGroup           compiler_blacklist_versions 1.0
</span> mpi.setup
 
 github.setup        OSGeo gdal 2.3.2 v
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> categories          gis
 license             MIT BSD
 platforms           darwin
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,7 +91,7 @@ configure.args-append \
</span>                     --with-proj=${prefix}/lib/proj5 \
                     --with-qhull=yes \
                     --with-pam \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    --with-sqlite3=yes \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --with-sqlite3=${prefix} \
</span>                     --with-spatialite=${prefix} \
                     --with-curl=${prefix}/bin/curl-config \
                     --with-geos=${prefix}/bin/geos-config \
</pre><pre style='margin:0'>

</pre>