<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5ea81c2c28b02db3fe40a403128fde9d77d69458">https://github.com/macports/macports-ports/commit/5ea81c2c28b02db3fe40a403128fde9d77d69458</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5ea81c2c28b02db3fe40a403128fde9d77d69458
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Dec 31 10:14:20 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> glib2-devel: fix build on tiger
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> - The @loader_path linkages in the test binaries can't find the libraries.
</span><span style='display:block; white-space:pre;color:#404040;'> - Probably fixable with sufficient efforts, but disable tests for now, at least.
</span>---
devel/glib2-devel/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/glib2-devel/Portfile b/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0f6db2ffdd0..5c75508ce86 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/glib2-devel/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -208,6 +208,9 @@ platform darwin 8 {
</span> # https://trac.macports.org/ticket/67307
configure.cflags-append -D__DARWIN_NON_CANCELABLE=1
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # the @loader_path linkages in the test binaries can't find the dylibs
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append -Dtests=false
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # meson on Tiger cannot use rpaths, so we workaround with this to find dylibs
foreach my_phase {build test destroot} {
${my_phase}.env-append "DYLD_LIBRARY_PATH=${build_dir}/glib:${build_dir}/gobject:${build_dir}/gio:${build_dir}/gthread:${build_dir}/gmodule"
</pre><pre style='margin:0'>
</pre>