From 8d9f4595740b0c7db24783c715e86f8ee4836991 Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 4 Nov 2015 13:41:22 +0000 Subject: Explicitly prevent the configure script from picking up a per-user tmp directory. --- sysutils/dbus/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3