13 lines
590 B
Plaintext
13 lines
590 B
Plaintext
$OpenBSD: patch-dbus_Makefile_in,v 1.12 2011/06/15 16:26:07 ajacoutot Exp $
|
|
--- dbus/Makefile.in.orig Fri Jun 10 22:57:24 2011
|
|
+++ dbus/Makefile.in Wed Jun 15 18:17:02 2011
|
|
@@ -551,7 +551,7 @@ configdir = $(sysconfdir)/dbus-1
|
|
INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
|
|
$(DBUS_CLIENT_CFLAGS) \
|
|
-DDBUS_COMPILATION \
|
|
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
|
|
+ -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/db/dbus/machine-id"\" \
|
|
-DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
|
|
-DDBUS_SESSION_CONFIG_FILE=\""$(configdir)/session.conf"\"
|
|
|