openbsd-ports/x11/dbus/patches/patch-tools_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

29 lines
1011 B
Plaintext

$OpenBSD: patch-tools_Makefile_in,v 1.17 2012/07/05 07:19:48 ajacoutot Exp $
--- tools/Makefile.in.orig Wed Jun 27 18:49:59 2012
+++ tools/Makefile.in Thu Jul 5 07:48:13 2012
@@ -358,7 +358,7 @@ AM_CPPFLAGS = \
$(DBUS_STATIC_BUILD_CPPFLAGS) \
$(DBUS_X_CFLAGS) \
-DDBUS_COMPILATION \
- -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/lib/dbus/machine-id"\" \
+ -DDBUS_MACHINE_UUID_FILE=\""$(localstatedir)/db/dbus/machine-id"\" \
$(NULL)
@@ -756,12 +756,12 @@ uninstall-am: uninstall-binPROGRAMS
uninstall-binPROGRAMS
-# create the /var/lib/dbus directory for dbus-uuidgen
+# create the /var/db/dbus directory for dbus-uuidgen
install-data-local:
- $(MKDIR_P) $(DESTDIR)$(localstatedir)/lib/dbus
+ $(MKDIR_P) $(DESTDIR)$(localstatedir)/db/dbus
installcheck-local:
- test -d $(DESTDIR)$(localstatedir)/lib/dbus
+ test -d $(DESTDIR)$(localstatedir)/db/dbus
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.