From 5a92968ca61087ddef098cd242e641b4e15c5149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 15 Sep 2013 16:27:25 +0000 Subject: [PATCH] Set NO_WERROR for unbound until I can figure out how to unbreak the non-clang build. Approved by: re (blanket) --- usr.sbin/unbound/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/unbound/Makefile.inc b/usr.sbin/unbound/Makefile.inc index 265f86d1ed5..425d7197851 100644 --- a/usr.sbin/unbound/Makefile.inc +++ b/usr.sbin/unbound/Makefile.inc @@ -1,3 +1,5 @@ # $FreeBSD$ +NO_WERROR= true + .include "../Makefile.inc"