<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/1fe774eddc39d52b7d8cf1e7abc309853a2b501b">https://github.com/macports/macports-ports/commit/1fe774eddc39d52b7d8cf1e7abc309853a2b501b</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 1fe774e  qgis3: fix spatialite include dir
</span>1fe774e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1fe774eddc39d52b7d8cf1e7abc309853a2b501b
</span>Author: Veence <vince@macports.org>
AuthorDate: Mon Dec 4 07:51:30 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: fix spatialite include dir
</span>---
 gis/qgis3/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/qgis3/Portfile b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fafb993..342944f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/qgis3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -202,7 +202,7 @@ configure.args-append  "-DGSL_CONFIG=${prefix}/bin/gsl-config"
</span> configure.args-append  "-DPROJ_INCLUDE_DIR=${prefix}/include"
 configure.args-append  "-DPROJ_LIBRARY=${prefix}/lib/libproj.dylib"
 configure.args-append  "-DSPATIALITE_LIBRARY=${prefix}/lib/libspatialite.dylib"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args-append  "-DSPATIALITE_INCLUDE_DIR=${prefix}/include/spatialite"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append  "-DSPATIALITE_INCLUDE_DIR=${prefix}/include"
</span> configure.args-append  "-DSPATIALINDEX_LIBRARY=${prefix}/lib/libspatialindex.dylib"
 #configure.args-append  "-DCMAKE_BUILD_TYPE=DEBUG"
 configure.args-append  "-DCMAKE_BUILD_TYPE=RELEASE"
</pre><pre style='margin:0'>

</pre>