diff options
author | marcus <marcus@FreeBSD.org> | 2016-08-06 04:32:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2016-08-06 04:32:11 +0800 |
commit | 78bb972bf4506e98bb5c312359d768a358e40d3c (patch) | |
tree | 02c449aa726332a989091934fa7335ab9a6d4c5e /net | |
parent | 4ba968a932f3694aaba4483a3c6a5c59d27db577 (diff) | |
download | freebsd-ports-gnome-78bb972bf4506e98bb5c312359d768a358e40d3c.tar.gz freebsd-ports-gnome-78bb972bf4506e98bb5c312359d768a358e40d3c.tar.zst freebsd-ports-gnome-78bb972bf4506e98bb5c312359d768a358e40d3c.zip |
Ensure that Avahi supprt is disabled if mDNSResponder is
chosen for Zeroconf.
PR: 211571
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index 3b4908e976e2..bbda2d6e24ea 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -92,6 +92,7 @@ SUB_LIST+= ZEROCONF="avahi_daemon" .if ${PORT_OPTIONS:MMDNSRESPONDER} CONFIGURE_ARGS+= --enable-zeroconf=${LOCALBASE} +CONFIGURE_ENV+= ac_cv_lib_avahi_client_avahi_client_new=no CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib LIB_DEPENDS+= libdns_sd.so:net/mDNSResponder |