$NetBSD: patch-configure,v 1.3 2014/04/25 09:27:37 wiz Exp $

Remove -Werror from default flags since different compilers
have very different warnings.

--- configure.orig	2012-02-25 19:58:48.000000000 +0000
+++ configure
@@ -6261,7 +6261,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confd
 elif test "$GCC" = "yes"
 then
   GCC_VERSION=`$CC -dumpversion`
-  CFLAGS="$CFLAGS -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
+  CFLAGS="$CFLAGS -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls"
   case $GCC_VERSION in
     4.4.*)
     CFLAGS="$CFLAGS -fno-strict-aliasing"
