Description: Don't build with -Werror
 This works around #853709 in gcc.
Author: Adrian Bunk <bunk@debian.org>

--- xbubble-0.5.11.2.orig/configure
+++ xbubble-0.5.11.2/configure
@@ -6649,7 +6649,6 @@ echo $ECHO_N "checking the warning flags
         warnCFLAGS=`echo $warnCFLAGS  -Wmissing-prototypes -Wmissing-declarations \
         -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings \
 	-Wno-unused-variable -Wno-unused-function -Wno-unused-label \
-        -Werror \
 	| sed 's/ +/ /g'`
       fi
     fi
--- xbubble-0.5.11.2.orig/m4/compiler-flags.m4
+++ xbubble-0.5.11.2/m4/compiler-flags.m4
@@ -47,7 +47,6 @@ AC_DEFUN([SG_COMPILE_FLAGS],[
         warnCFLAGS=`echo $warnCFLAGS  -Wmissing-prototypes -Wmissing-declarations \
         -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings \
 	-Wno-unused-variable -Wno-unused-function -Wno-unused-label \
-        -Werror \
 	| sed 's/ +/ /g'`
       fi
     fi
