diff options
author | richard <richard@pkgsrc.org> | 2015-11-04 13:41:22 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2015-11-04 13:41:22 +0000 |
commit | 8d9f4595740b0c7db24783c715e86f8ee4836991 (patch) | |
tree | 41ed17956fe58560273a2efff041ed11b5f96ac8 | |
parent | 174fd58f523752586d3fdb8cf8e2638f180850fd (diff) | |
download | pkgsrc-8d9f4595740b0c7db24783c715e86f8ee4836991.tar.gz |
Explicitly prevent the configure script from picking up a per-user tmp
directory.
-rw-r--r-- | sysutils/dbus/Makefile | 4 |
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 |