commit 445d3b058fc5b1a4ab189536f7c8b15019dabd94 from: tb date: Wed Jan 29 14:34:19 2025 UTC mate/settings-daemon: spell -export-dynamic correctly ok mbalmer^Wrobert (the new coupon donor) commit - c5dcce3103a85d9a4aa49840c7941385fff42add commit + 445d3b058fc5b1a4ab189536f7c8b15019dabd94 blob - e82b4071d27ad7797b8b212e10c3b4073c5c75b3 blob + 40e8a753e2abd2455cd82a2bcb742c7ce7e0313f --- x11/mate/settings-daemon/Makefile +++ x11/mate/settings-daemon/Makefile @@ -1,6 +1,6 @@ COMMENT= MATE settings daemon -REVISION= 0 +REVISION= 1 MATE_PROJECT= mate-settings-daemon blob - /dev/null blob + edd3d2ab756c28bdae12c01e2602d4fa6630bbfb (mode 644) --- /dev/null +++ x11/mate/settings-daemon/patches/patch-configure @@ -0,0 +1,12 @@ +Index: configure +--- configure.orig ++++ configure +@@ -20314,7 +20314,7 @@ printf "%s\n" "yes" >&6; } + + fi + +-MSD_PLUGIN_LDFLAGS="-export_dynamic -module -avoid-version -no-undefined" ++MSD_PLUGIN_LDFLAGS="-export-dynamic -module -avoid-version -no-undefined" + case $host_os in + darwin*) + MSD_PLUGIN_LDFLAGS="${MSD_PLUGIN_LDFLAGS} -Wl,-bundle_loader,\$(top_builddir)/mate-settings-daemon/mate-settings-daemon"