From c82e88dd00d1b0b7fcfb4e5628d99611388cef6f Mon Sep 17 00:00:00 2001 From: rawnix ports Date: Sat, 26 Sep 2026 18:19:05 +0000 Subject: sync 2026-09-26 18:19 UTC 1672 files changed, 151396 insertions(+) --- opt/dbus/fix-daemon-location.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 opt/dbus/fix-daemon-location.patch (limited to 'opt/dbus/fix-daemon-location.patch') 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'), + ) + + -- cgit v1.3.1