openbsd-ports/x11/dbus/patches/patch-dbus_Makefile_in
2011-09-29 06:57:36 +00:00

13 lines
590 B
Plaintext

$OpenBSD: patch-dbus_Makefile_in,v 1.13 2011/09/29 06:57:36 ajacoutot Exp $
--- dbus/Makefile.in.orig Wed Sep 21 16:27:55 2011
+++ dbus/Makefile.in Thu Sep 29 08:49:44 2011
@@ -560,7 +560,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"\"