The WITHOUT_RFC2553 part of the Makefile is incorrect. For some reason, it has --without-avahi. Fix: Replace with --disable-rfc2553 and --enable-rfc2553.
Responsible Changed From-To: freebsd-ports-bugs->skreuzer Over to maintainer (via the GNATS Auto Assign Tool)
skreuzer 2010-06-08 14:15:07 UTC FreeBSD ports repository Modified files: devel/distcc Makefile Log: Fix RFC2553 option PR: ports/147494 Submitted by: Denny Lin <dennylin93@hs.ntnu.edu.tw> Revision Changes Path 1.64 +3 -1 ports/devel/distcc/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!