pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dbus: set localstatedir



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jul 31 14:48:24 2025 +0200
Changeset:	f80c6416d40ad06b7bf36d43637544357d80a0b1

Modified Files:
	dbus/Makefile

Log Message:
dbus: set localstatedir

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f80c6416d40ad06b7bf36d43637544357d80a0b1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dbus/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/dbus/Makefile b/dbus/Makefile
index 44b165b299..f515f59352 100644
--- a/dbus/Makefile
+++ b/dbus/Makefile
@@ -33,6 +33,7 @@ CHECK_PORTABILITY_SKIP+=	tools/cmake-format
 .include "../../mk/bsd.prefs.mk"
 
 MESON_ARGS+=		-Ddbus_user=${DBUS_USER}
+MESON_ARGS+=		-Dlocalstatedir=${VARBASE}
 MESON_ARGS+=		-Dsystem_socket=${VARBASE}/run/dbus/system_bus_socket
 MESON_ARGS+=		-Dsystem_socket=${VARBASE}/run/dbus/pid
 


Home | Main Index | Thread Index | Old Index