79a393a145
ok jasper@
13 lines
644 B
Plaintext
13 lines
644 B
Plaintext
$OpenBSD: patch-dbus_Makefile_in,v 1.5 2009/10/10 14:30:47 ajacoutot Exp $
|
|
--- dbus/Makefile.in.orig Tue Jul 14 21:43:06 2009
|
|
+++ dbus/Makefile.in Sat Oct 10 12:53:59 2009
|
|
@@ -332,7 +332,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"\"
|
|
|