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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/66b80f65ca4b66245add95b4c0a8beebc42ff54f">https://github.com/macports/macports-ports/commit/66b80f65ca4b66245add95b4c0a8beebc42ff54f</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 66b80f6  spatialite: Don't delete -I${prefix}/include from CFLAGS
</span>66b80f6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 66b80f65ca4b66245add95b4c0a8beebc42ff54f
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Mon May 11 18:13:47 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    spatialite: Don't delete -I${prefix}/include from CFLAGS
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This did nothing, since -I${prefix}/include was never in CFLAGS to begin
</span><span style='display:block; white-space:pre;color:#404040;'>    with.
</span>---
 databases/spatialite/Portfile | 1 -
 1 file changed, 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/spatialite/Portfile b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index bc651c0..4bcc2fe 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/spatialite/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,6 @@ configure.args-append \
</span>                     --disable-freexl
 
 configure.cppflags-delete   -I${prefix}/include
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.cflags-delete     -I${prefix}/include
</span> 
 # Select proj version
 variant proj5 description {builds with old Proj 5} conflicts proj6 {
</pre><pre style='margin:0'>

</pre>