svn commit: r255602 - head/usr.sbin/unbound

Dag-Erling Smørgrav des at FreeBSD.org
Sun Sep 15 16:27:25 UTC 2013


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"


More information about the svn-src-all mailing list