<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/84c64351f0b6e9fcf5f38b0a9f73bfec232dda16">https://github.com/macports/macports-ports/commit/84c64351f0b6e9fcf5f38b0a9f73bfec232dda16</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 84c6435  qgis3: add spatialite configuration library/include dir Should fix: https://trac.macports.org/ticket/55464
</span>84c6435 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 84c64351f0b6e9fcf5f38b0a9f73bfec232dda16
</span>Author: Veence <vince@macports.org>
AuthorDate: Sun Dec 3 16:44:08 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    qgis3: add spatialite configuration library/include dir
</span><span style='display:block; white-space:pre;color:#404040;'>    Should fix: https://trac.macports.org/ticket/55464
</span>---
 gis/qgis3/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<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 cf641f7..fafb993 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;'>@@ -201,6 +201,8 @@ configure.args-append  "-DGEOS_LIBRARY=${prefix}/lib/libgeos_c.dylib"
</span> configure.args-append  "-DGSL_CONFIG=${prefix}/bin/gsl-config"
 configure.args-append  "-DPROJ_INCLUDE_DIR=${prefix}/include"
 configure.args-append  "-DPROJ_LIBRARY=${prefix}/lib/libproj.dylib"
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append  "-DSPATIALITE_LIBRARY=${prefix}/lib/libspatialite.dylib"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append  "-DSPATIALITE_INCLUDE_DIR=${prefix}/include/spatialite"
</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>