13 lines
645 B
Plaintext
13 lines
645 B
Plaintext
$OpenBSD: patch-dbus_Makefile_in,v 1.10 2010/12/21 14:59:49 ajacoutot Exp $
|
|
--- dbus/Makefile.in.orig Mon Dec 20 22:39:49 2010
|
|
+++ dbus/Makefile.in Tue Dec 21 15:09:50 2010
|
|
@@ -547,7 +547,7 @@ top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
configdir = $(sysconfdir)/dbus-1
|
|
INCLUDES = -I$(top_builddir) -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) @PIC_CFLAGS@ -DDBUS_COMPILATION \
|
|
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
|
+ -DDBUS_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\" \
|
|
-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
|
|
-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
|
|
|