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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6545203d899a65b03bca826227f271db404df8b1">https://github.com/macports/macports-ports/commit/6545203d899a65b03bca826227f271db404df8b1</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 6545203d899a65b03bca826227f271db404df8b1
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Jul 21 09:30:51 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libharu: use -isystem to avoid self-conflict
</span>---
 print/libharu/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/libharu/Portfile b/print/libharu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 05c6d29..1798006 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/libharu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/libharu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,9 @@ patchfiles          patch-CMakeLists.txt.diff
</span> 
 cmake.out_of_source yes
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# avoid self-conflict
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.cppflags-replace  -I${prefix}/include -isystem${prefix}/include
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append \
                     -DPNG_INCLUDE_DIR=${prefix}/include \
                     -DPNG_LIBRARIES=${prefix}/lib/libpng.dylib \
</pre><pre style='margin:0'>

</pre>