openbsd-ports/x11/dbus/patches/patch-dbus_Makefile_in
ajacoutot 24e2018964 Update to dbus-1.6.2.
Committing now so that any fallout can be fixed during g2k12.
2012-07-05 07:19:48 +00:00

13 lines
554 B
Plaintext

$OpenBSD: patch-dbus_Makefile_in,v 1.15 2012/07/05 07:19:48 ajacoutot Exp $
--- dbus/Makefile.in.orig Wed Jun 27 18:49:59 2012
+++ dbus/Makefile.in Thu Jul 5 07:47:00 2012
@@ -591,7 +591,7 @@ AM_CPPFLAGS = \
$(SYSTEMD_CFLAGS) \
$(VALGRIND_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"\" \
$(NULL)