22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
$OpenBSD: patch-tools_Makefile_in,v 1.13 2011/06/15 16:26:07 ajacoutot Exp $
|
|
--- tools/Makefile.in.orig Fri Jun 10 22:57:25 2011
|
|
+++ tools/Makefile.in Wed Jun 15 18:17:02 2011
|
|
@@ -360,7 +360,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=\""$(localstatedir)/db/dbus/machine-id"\"
|
|
extra_bin_programs = $(am__append_1)
|
|
dbus_send_SOURCES = \
|
|
dbus-print-message.c \
|
|
@@ -401,7 +401,7 @@ CLEANFILES = \
|
|
|
|
|
|
#create the /var/lib/data directory for dbus-uuidgen
|
|
-localstatelibdir = $(localstatedir)/lib/dbus
|
|
+#localstatelibdir = $(localstatedir)/lib/dbus
|
|
localstatelib_DATA =
|
|
all: all-am
|
|
|