summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorrichard <richard>2015-11-04 13:41:22 +0000
committerrichard <richard>2015-11-04 13:41:22 +0000
commit33917b78c3291ecc26009e1de9e74b25012d5d20 (patch)
tree41ed17956fe58560273a2efff041ed11b5f96ac8 /sysutils
parenta0b438993d7f8e9835cd9f2d91fc8fc656f22610 (diff)
downloadpkgsrc-33917b78c3291ecc26009e1de9e74b25012d5d20.tar.gz
Explicitly prevent the configure script from picking up a per-user tmp
directory.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile
index 337154a1fb9..a7e09434092 100644
--- a/sysutils/dbus/Makefile
+++ b/sysutils/dbus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2015/09/23 06:56:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.89 2015/11/04 13:41:22 richard Exp $
DISTNAME= dbus-1.10.0
PKGREVISION= 1
@@ -35,11 +35,9 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS_GROUPS= enable disable with without
-.if ${OPSYS} == "Darwin"
# Prevent the configure script from picking up a per-user tmp
# directory. See the commit message on revision 1.35
CONFIGURE_ARGS+= --with-session-socket-dir=/tmp
-.endif
CONFIGURE_ARGS+= --without-init-scripts
CONFIGURE_ARGS+= --disable-ansi