<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/6531911b80edae979f70c0df4875cf78f5446687">https://github.com/macports/macports-ports/commit/6531911b80edae979f70c0df4875cf78f5446687</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 6531911b80e libgweather: tweak comment
</span>6531911b80e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6531911b80edae979f70c0df4875cf78f5446687
</span>Author: Ken <21211439+kencu@users.noreply.github.com>
AuthorDate: Fri Sep 17 08:36:05 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libgweather: tweak comment
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    if we someday fix meson to work properly on Tiger, we'd like to find all these nearly identical workarounds and remove them all. This comment will be our guide.
</span>---
 net/libgweather/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libgweather/Portfile b/net/libgweather/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1f6969f1765..9758bc48721 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libgweather/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libgweather/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +50,7 @@ configure.args      -Dglade_catalog=false \
</span>                     -Dzoneinfo_dir=${prefix}/share/zoneinfo
 
 platform darwin 8 {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Fix "Library not loaded" error caused by lack of Tiger @rpath
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # meson on Tiger cannot use rpaths, so we workaround with this to find dylib
</span>     destroot.env-append "DYLD_LIBRARY_PATH=${build_dir}/${name}"
 }
 
</pre><pre style='margin:0'>

</pre>