<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/551a361af5e858858f93e9a692d21b4c90318c1b">https://github.com/macports/macports-ports/commit/551a361af5e858858f93e9a692d21b4c90318c1b</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 551a361af5e gobject-introspection*: Fix build on Tiger
</span>551a361af5e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 551a361af5e858858f93e9a692d21b4c90318c1b
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Fri May 3 01:18:02 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gobject-introspection*: Fix build on Tiger
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Also set DYLD_LIBRARY_PATH at destroot, not just at build.
</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/69806
</span>---
 gnome/gobject-introspection-devel/Portfile | 1 +
 gnome/gobject-introspection/Portfile       | 1 +
 2 files changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gobject-introspection-devel/Portfile b/gnome/gobject-introspection-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f708ab9bb89..66f3d7c75a1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gobject-introspection-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gobject-introspection-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,6 +100,7 @@ platform darwin 8 {
</span>     patchfiles-append patch-girscanner-tiger-no-rpath.diff
 
     build.env-append DYLD_LIBRARY_PATH=${workpath}/build/girepository
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env-append DYLD_LIBRARY_PATH=${workpath}/build/girepository
</span> }
 
 #--------------------------------------------------------------------------------------------------
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gobject-introspection/Portfile b/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2b6d3c527bf..6e2393f3c1a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gobject-introspection/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,6 +100,7 @@ platform darwin 8 {
</span>     patchfiles-append patch-girscanner-tiger-no-rpath.diff
 
     build.env-append DYLD_LIBRARY_PATH=${workpath}/build/girepository
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    destroot.env-append DYLD_LIBRARY_PATH=${workpath}/build/girepository
</span> }
 
 #--------------------------------------------------------------------------------------------------
</pre><pre style='margin:0'>

</pre>