<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8a364d57e0a0d88fdef371bc7573c6c734a10846">https://github.com/macports/macports-ports/commit/8a364d57e0a0d88fdef371bc7573c6c734a10846</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 8a364d57e0a0d88fdef371bc7573c6c734a10846
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Tue Mar 10 17:30:54 2020 -0700
<span style='display:block; white-space:pre;color:#404040;'> gdk-pixbuf2: fix +x11 variant logic
</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/60138
</span>---
graphics/gdk-pixbuf2/Portfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/gdk-pixbuf2/Portfile b/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e16a2f5..32b1c38 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/gdk-pixbuf2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -47,7 +47,8 @@ compiler.c_standard 1999
</span>
configure.ldflags-append -lintl
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args -Ddocs=true \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args -Dx11=false \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ -Ddocs=true \
</span> -Djasper=true
# gobject-introspection uses g-ir-scanner, which uses $CC from env
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,7 +68,7 @@ variant bundle description {Enable application bundle relocation support} {
</span>
variant x11 {
depends_lib-append port:xorg-libX11
<span style='display:block; white-space:pre;background:#ffe0e0;'>- configure.args-append -Dx11=true
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-replace -Dx11=false -Dx11=true
</span> }
if {![variant_isset quartz]} {
</pre><pre style='margin:0'>
</pre>