summaryrefslogtreecommitdiff
path: root/opt/dbus/fix-daemon-location.patch
diff options
context:
space:
mode:
authorrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
committerrawnix ports <ports@rawnix.org>2026-09-26 18:19:05 +0000
commitc82e88dd00d1b0b7fcfb4e5628d99611388cef6f (patch)
tree56d864b5a5c6c145edd96178ae219a8f90e191a6 /opt/dbus/fix-daemon-location.patch
downloadports-c82e88dd00d1b0b7fcfb4e5628d99611388cef6f.tar.gz
sync 2026-09-26 18:19 UTC
1672 files changed, 151396 insertions(+)
Diffstat (limited to 'opt/dbus/fix-daemon-location.patch')
-rw-r--r--opt/dbus/fix-daemon-location.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/opt/dbus/fix-daemon-location.patch b/opt/dbus/fix-daemon-location.patch
new file mode 100644
index 0000000..25b69f7
--- /dev/null
+++ b/opt/dbus/fix-daemon-location.patch
@@ -0,0 +1,11 @@
+diff -Naur dbus-1.16.0.orig/bus/meson.build dbus-1.16.0/bus/meson.build
+--- dbus-1.16.0.orig/bus/meson.build 2024-12-24 01:25:30.856267635 +0100
++++ dbus-1.16.0/bus/meson.build 2024-12-24 01:28:28.098900906 +0100
+@@ -139,6 +139,7 @@
+ include_directories: root_include,
+ link_with: libdbus_daemon_internal,
+ install: true,
++ install_dir: get_option('dbus_daemondir'),
+ )
+
+