Author: des Date: Sun Sep 15 16:27:25 2013 New Revision: 255602 URL: http://svnweb.freebsd.org/changeset/base/255602
Log: Set NO_WERROR for unbound until I can figure out how to unbreak the non-clang build. Approved by: re (blanket) Modified: head/usr.sbin/unbound/Makefile.inc Modified: head/usr.sbin/unbound/Makefile.inc ============================================================================== --- head/usr.sbin/unbound/Makefile.inc Sun Sep 15 15:55:21 2013 (r255601) +++ head/usr.sbin/unbound/Makefile.inc Sun Sep 15 16:27:25 2013 (r255602) @@ -1,3 +1,5 @@ # $FreeBSD$ +NO_WERROR= true + .include "../Makefile.inc" _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"