Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Sep 2013 16:27:25 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255602 - head/usr.sbin/unbound
Message-ID:  <201309151627.r8FGRPE8001644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309151627.r8FGRPE8001644>