pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnome-settigns-daemon: fix RPATH
Module Name: pkgsrc-wip
Committed By: Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By: cirnatdan
Date: Mon Dec 30 11:23:23 2024 +0100
Changeset: 7974a98bb7f9e3634f3c600a3fc00c83e8040561
Modified Files:
gnome-settings-daemon/Makefile
Log Message:
gnome-settigns-daemon: fix RPATH
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7974a98bb7f9e3634f3c600a3fc00c83e8040561
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnome-settings-daemon/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/gnome-settings-daemon/Makefile b/gnome-settings-daemon/Makefile
index 83cee7cae5..53e5f62045 100644
--- a/gnome-settings-daemon/Makefile
+++ b/gnome-settings-daemon/Makefile
@@ -17,8 +17,6 @@ USE_TOOLS+= gdbus-codegen
CONFLICTS+= gnome-control-center<2.22.0
-LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-settings-daemon-40
-
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -39,6 +37,8 @@ MESON_ARGS+= -Dgudev=false
PKGCONFIG_OVERRIDE_STAGE= pre-install
PKGCONFIG_OVERRIDE+= output/meson-private/gnome-settings-daemon.pc
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-settings-daemon-47
+
INSTALLATION_DIRS+= share/examples
post-install:
${MV} ${DESTDIR}${PKG_SYSCONFDIR}/xdg ${DESTDIR}${PREFIX}/share/examples/
Home |
Main Index |
Thread Index |
Old Index