<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/45bb60e2932ed89f267cf01174d7f8e5039641a2">https://github.com/macports/macports-ports/commit/45bb60e2932ed89f267cf01174d7f8e5039641a2</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 45bb60e2932 libnotify: Fix build on Tiger
</span>45bb60e2932 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 45bb60e2932ed89f267cf01174d7f8e5039641a2
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Mon Jul 19 21:54:59 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    libnotify: Fix build on Tiger
</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/63264
</span>---
 devel/libnotify/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/libnotify/Portfile b/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cdee964f069..a562830fdf3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/libnotify/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,11 @@ depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
</span> # ensure g-ir-scanner uses correct link command
 build.env-append    "CC=${configure.cc} [get_canonical_archflags cc]"
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platform darwin 8 {
</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><span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env-append    "DYLD_LIBRARY_PATH=${build_dir}/libnotify"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> pre-activate {
        if {${os.major} == 11 && ${os.minor} < 2 && ${os.platform} eq "darwin"} {
                ui_error "You must first update to OS X 10.7.2."
</pre><pre style='margin:0'>

</pre>