<pre style='margin:0'>
Eric A. Borisch (eborisch) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/78df944031dde7bc747c809a7504513e0cc3335d">https://github.com/macports/macports-ports/commit/78df944031dde7bc747c809a7504513e0cc3335d</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 78df944031dde7bc747c809a7504513e0cc3335d
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Fri Jun 28 08:34:12 2019 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/dcmtk/Portfile b/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d17055a..084ffa2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/dcmtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,8 +39,9 @@ checksums \
</span> 
 compiler.blacklist      *gcc* {clang < 137}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Still puts ${prefix}/include at the head of the -I list...
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-conflicts_build         ${name}
</span><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> 
 depends_lib             port:zlib \
                         port:libiconv \
</pre><pre style='margin:0'>

</pre>