diff options
author | tonio <tonio> | 2009-12-01 18:53:54 +0000 |
---|---|---|
committer | tonio <tonio> | 2009-12-01 18:53:54 +0000 |
commit | e8e25a1507226b206c84af6ae9e326feb39cbcfe (patch) | |
tree | 37ccf9bb4405b10ab8850527fa4f190281388568 /net/avahi | |
parent | 72ecfc380986cf16824d239c438d07ebdf64b4dc (diff) | |
download | pkgsrc-e8e25a1507226b206c84af6ae9e326feb39cbcfe.tar.gz |
Pass --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_socket
so that avahi works even when using VARBASE != /var
Diffstat (limited to 'net/avahi')
-rw-r--r-- | net/avahi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/avahi/Makefile b/net/avahi/Makefile index 323176b94f7..0a8af590520 100644 --- a/net/avahi/Makefile +++ b/net/avahi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2009/08/26 19:56:58 sno Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/01 18:53:54 tonio Exp $ DISTNAME= avahi-0.6.25 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://avahi.org/download/ @@ -67,6 +67,7 @@ CONFIGURE_ARGS+= --with-avahi-user=${AVAHI_USER} CONFIGURE_ARGS+= --with-avahi-group=${AVAHI_GROUP} CONFIGURE_ARGS+= --with-avahi_priv_access_group=${REAL_ROOT_GROUP} CONFIGURE_ARGS+= --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_socket CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASE} CONFIGURE_ARGS+= --disable-qt3 CONFIGURE_ARGS+= --disable-qt4 |