<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/1a8a7155baf68e11d4aac654cac4a8057b8fbe3f">https://github.com/macports/macports-ports/commit/1a8a7155baf68e11d4aac654cac4a8057b8fbe3f</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 1a8a7155baf atk: tweak typo in Tiger fix
</span>1a8a7155baf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1a8a7155baf68e11d4aac654cac4a8057b8fbe3f
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Fri Oct 23 22:52:03 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    atk: tweak typo in Tiger fix
</span>---
 devel/atk/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/atk/Portfile b/devel/atk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 98945eb9ca9..874df4aca2f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/atk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/atk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,7 @@ if {[variant_isset universal]} {
</span> platform darwin 8 {
     # meson on Tiger cannot use rpaths, so we workaround with this to find dylib
     if {[info exists muniversal.current_arch]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}-muniversal.current_arch/atk"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}-${muniversal.current_arch}/atk"
</span>         } else {
         destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}/atk"
     }
</pre><pre style='margin:0'>

</pre>