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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b24352100912848edad8137f36b0ad82b7dac4b2">https://github.com/macports/macports-ports/commit/b24352100912848edad8137f36b0ad82b7dac4b2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b24352100912848edad8137f36b0ad82b7dac4b2
</span>Author: Landon Fuller <landonf@macports.org>
AuthorDate: Thu Apr 22 19:52:05 2021 -0600

<span style='display:block; white-space:pre;color:#404040;'>    gdk-pixbuf2: +quartz is no longer incompatible with +x11
</span>---
 graphics/gdk-pixbuf2/Portfile | 4 +---
 1 file changed, 1 insertion(+), 3 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 e09a413a95e..59762d68e94 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;'>@@ -82,9 +82,7 @@ variant x11 {
</span>     configure.args-replace  -Dx11=false -Dx11=true
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset quartz]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants    +x11
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants    +x11
</span> 
 post-activate {
         system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache"
</pre><pre style='margin:0'>

</pre>