aports/community/xbps/disable-Werror.patch
Natanael Copa 029f7650a5 community/xbps: disable -Werror
fixes build error on 32 bit
2018-05-10 11:27:27 +00:00

14 lines
453 B
Diff

diff --git a/configure b/configure
index 9bff5d5..cc5d2ce 100755
--- a/configure
+++ b/configure
@@ -266,7 +266,7 @@ fi
#
# Check for some compiler warning flags.
#
-for f in all extra error shadow "format=2" missing-prototypes \
+for f in all extra shadow "format=2" missing-prototypes \
missing-declarations nested-externs vla no-overlength-strings \
unsafe-loop-optimizations undef sign-compare \
missing-include-dirs old-style-definition \