openbsd-ports/x11/dbus/patches/patch-tools_Makefile_in
ajacoutot 79a393a145 Update to dbus-1.2.16.
ok jasper@
2009-10-10 14:30:47 +00:00

24 lines
1.1 KiB
Plaintext

$OpenBSD: patch-tools_Makefile_in,v 1.5 2009/10/10 14:30:47 ajacoutot Exp $
--- tools/Makefile.in.orig Tue Jul 14 21:43:07 2009
+++ tools/Makefile.in Sat Oct 10 12:53:59 2009
@@ -322,7 +322,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
configdir = $(sysconfdir)/dbus-1
-INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\"
+INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"@EXPANDED_DATADIR@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -DDBUS_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\"
dbus_send_SOURCES = \
dbus-print-message.c \
dbus-print-message.h \
@@ -358,8 +358,8 @@ CLEANFILES = \
run-with-tmp-session-bus.conf
-#create the /var/lib/data directory for dbus-uuidgen
-localstatelibdir = $(localstatedir)/lib/dbus
+#create the /var/run/data directory for dbus-uuidgen
+localstatelibdir = $(configdir)
localstatelib_DATA =
all: all-am