<pre style='margin:0'>
MarcusCalhoun-Lopez pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f18e0cb3e5070fe9ccc5c3e31756521fc891781d">https://github.com/macports/macports-ports/commit/f18e0cb3e5070fe9ccc5c3e31756521fc891781d</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 f18e0cb  postgis2: UsingTheRightCompiler
</span>f18e0cb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit f18e0cb3e5070fe9ccc5c3e31756521fc891781d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Jan 5 17:20:37 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    postgis2: UsingTheRightCompiler
</span>---
 databases/postgis2/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/postgis2/Portfile b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 13051cf..d70875a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/postgis2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -112,6 +112,9 @@ configure.cflags-append \
</span> # JSON-C new version is incompatible with this version of PostGIS
 configure.args-append   -without-json
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/wiki/UsingTheRightCompiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append    CPPBIN=${configure.cpp}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-configure {
     if {[variant_isset universal]} {
         # We must add universal flags to compile liblwgeom properly
</pre><pre style='margin:0'>

</pre>