<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/74204d0a44bd4b8c79733543585340fc85224273">https://github.com/macports/macports-ports/commit/74204d0a44bd4b8c79733543585340fc85224273</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 74204d0a44bd4b8c79733543585340fc85224273
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Sat Oct 31 10:55:20 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gdk-pixbuf2: tweak meson tiger fix
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    muniversal.current_arch unavailable for use
</span><span style='display:block; white-space:pre;color:#404040;'>    will need a different workaround, probably
</span><span style='display:block; white-space:pre;color:#404040;'>    to be implemented in the meson PG
</span>---
 graphics/gdk-pixbuf2/Portfile | 9 ++-------
 1 file changed, 2 insertions(+), 7 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 f97a54b291e..1f9f94dc6d5 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;'>@@ -66,13 +66,8 @@ if {[variant_isset universal]} {
</span> 
 platform darwin 8 {
     # meson on Tiger cannot use rpaths, so we workaround with this to find dylib
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    if {[info exists muniversal.current_arch]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        build.env-append       "DYLD_LIBRARY_PATH=${build_dir}-${muniversal.current_arch}/gdk-pixbuf"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}-${muniversal.current_arch}/gdk-pixbuf"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        } else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        build.env-append       "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    build.env-append       "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}/gdk-pixbuf"
</span> }
 
 variant bundle description {Enable application bundle relocation support} {
</pre><pre style='margin:0'>

</pre>