summaryrefslogtreecommitdiff
path: root/sysutils/dbus/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-11-21 21:27:36 +0000
committerwiz <wiz@pkgsrc.org>2008-11-21 21:27:36 +0000
commit80fc0db1d3675a9d1efe55088e450fd317ae32aa (patch)
tree4691af0b2647cff307253dc959b2709702e0808e /sysutils/dbus/patches
parenta4a49d8f2d4b31263349772d73e5568f27bf6340 (diff)
downloadpkgsrc-80fc0db1d3675a9d1efe55088e450fd317ae32aa.tar.gz
Avoid compiling in example directory path into executables.
Noted by jmcneill. Bump PKGREVISION.
Diffstat (limited to 'sysutils/dbus/patches')
-rw-r--r--sysutils/dbus/patches/patch-aa14
1 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/dbus/patches/patch-aa b/sysutils/dbus/patches/patch-aa
index a4fd25d03be..8ddadbafb56 100644
--- a/sysutils/dbus/patches/patch-aa
+++ b/sysutils/dbus/patches/patch-aa
@@ -1,17 +1,21 @@
-$NetBSD: patch-aa,v 1.8 2008/09/24 11:37:31 taca Exp $
+$NetBSD: patch-aa,v 1.9 2008/11/21 21:27:36 wiz Exp $
---- bus/Makefile.in.orig 2008-08-07 04:43:39.000000000 +0900
+--- bus/Makefile.in.orig 2008-10-06 21:20:15.000000000 +0000
+++ bus/Makefile.in
-@@ -412,7 +412,7 @@ target_os = @target_os@
+@@ -412,9 +412,10 @@ target_os = @target_os@
target_vendor = @target_vendor@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-configdir = $(sysconfdir)/dbus-1
++etcconfigdir = $(sysconfdir)/dbus-1
+configdir = $(datadir)/examples/@PACKAGE@
INCLUDES = -I$(top_srcdir) $(DBUS_BUS_CFLAGS) @PIE_CFLAGS@ \
- -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
+- -DDBUS_SYSTEM_CONFIG_FILE=\""$(configdir)/system.conf"\" \
++ -DDBUS_SYSTEM_CONFIG_FILE=\""$(etcconfigdir)/system.conf"\" \
-DDAEMON_NAME=\"dbus-daemon\" -DDBUS_COMPILATION
-@@ -1291,16 +1291,13 @@ install-data-hook:
+
+ EFENCE =
+@@ -1291,16 +1292,13 @@ install-data-hook:
chmod 755 $(DESTDIR)$(DBUS_DAEMONDIR); \
fi
$(INSTALL_PROGRAM) dbus-daemon $(DESTDIR)$(DBUS_DAEMONDIR)