svn commit: r419708 - head/net/netatalk3

Joe Marcus Clarke marcus at FreeBSD.org
Fri Aug 5 20:32:12 UTC 2016


Author: marcus
Date: Fri Aug  5 20:32:11 2016
New Revision: 419708
URL: https://svnweb.freebsd.org/changeset/ports/419708

Log:
  Ensure that Avahi supprt is disabled if mDNSResponder is
  chosen for Zeroconf.
  
  PR:		211571

Modified:
  head/net/netatalk3/Makefile

Modified: head/net/netatalk3/Makefile
==============================================================================
--- head/net/netatalk3/Makefile	Fri Aug  5 20:31:00 2016	(r419707)
+++ head/net/netatalk3/Makefile	Fri Aug  5 20:32:11 2016	(r419708)
@@ -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


More information about the svn-ports-all mailing list