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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/88d0ef833e32a8adee8ea4847ee01f8e3d5e514e">https://github.com/macports/macports-ports/commit/88d0ef833e32a8adee8ea4847ee01f8e3d5e514e</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 88d0ef833e3 ghostscript: add PKGCONFIG to environment
</span>88d0ef833e3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 88d0ef833e32a8adee8ea4847ee01f8e3d5e514e
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Thu Jan 5 09:03:25 2023 -0800

<span style='display:block; white-space:pre;color:#404040;'>    ghostscript: add PKGCONFIG to environment
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    setting this env var tells ghostscript it's OK to use
</span><span style='display:block; white-space:pre;color:#404040;'>    the system pkg-config even when cross-compiling
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    closes: https://trac.macports.org/ticket/66627
</span>---
 print/ghostscript/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/print/ghostscript/Portfile b/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 069a7fb1e29..56fa720bc0e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/print/ghostscript/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,6 +67,10 @@ depends_lib         port:fontconfig \
</span> 
 depends_build       port:pkgconfig
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# tell ghostscript it's OK to use the system pkg-config even when cross-compiling
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://trac.macports.org/ticket/66627
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.env-append PKGCONFIG=${prefix}/bin/pkg-config
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_run         port:perl5
 
 extract.only        ${distname}.tar.gz \
</pre><pre style='margin:0'>

</pre>