openbsd-ports/x11/dbus/patches/patch-tools_Makefile_in

24 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-12-21 09:59:49 -05:00
$OpenBSD: patch-tools_Makefile_in,v 1.10 2010/12/21 14:59:49 ajacoutot Exp $
--- tools/Makefile.in.orig Mon Dec 20 22:39:50 2010
+++ tools/Makefile.in Tue Dec 21 15:09:50 2010
@@ -357,7 +357,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_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_MACHINE_UUID_FILE=\""$(configdir)/machine-id"\"
extra_bin_programs = $(am__append_1)
dbus_send_SOURCES = \
dbus-print-message.c \
2010-12-21 09:59:49 -05:00
@@ -397,8 +397,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