<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/946732a4a55cb059898e8ced19d0624a5342e913">https://github.com/macports/macports-ports/commit/946732a4a55cb059898e8ced19d0624a5342e913</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 946732a4a55cb059898e8ced19d0624a5342e913
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Sun Oct 18 20:33:57 2020 -0400

<span style='display:block; white-space:pre;color:#404040;'>    Update Portfile
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Don't disable `compiler.cpath` or `compiler.library_path`. I'll squash this into the overall PR if it works.
</span>---
 graphics/poppler/Portfile | 2 --
 1 file changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/poppler/Portfile b/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ec4fd20fc42..c6356650d35 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/poppler/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -52,8 +52,6 @@ depends_lib-append  port:bzip2 \
</span> # libraries are used instead of any already-installed ones.
 configure.ldflags-delete -L${prefix}/lib
 configure.cppflags-delete -I${prefix}/include
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.cpath
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.library_path
</span> 
 configure.ldflags-append -liconv
 gobject_introspection yes
</pre><pre style='margin:0'>

</pre>