Description: Stop building with -Werror
 This works around a FTBFS with gcc 8.
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/897795

--- a/etc/make.platform.gnu4
+++ b/etc/make.platform.gnu4
@@ -34,7 +34,7 @@ ABI=
 
 # WARNINGS_AS_ERRORS defines flags to instruct all compilers to treat all
 # warnings as errors.
-WARNINGS_AS_ERRORS=-Werror
+#WARNINGS_AS_ERRORS=-Werror
 
 # ALL_WARNINGS defines flags to instruct all compilers to report all
 # warnings.
