diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-30 08:20:33 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-11-30 08:20:33 +0000 |
commit | abcd2ed86354154480c872b879ed1599a4aa8115 (patch) | |
tree | b0a063604f85f45d07e05852e86a8d8b33fb01b5 /main/gnats/no-werror.patch | |
parent | ab5d6426ab2a280dc8509d5fea2e05e1f22390a7 (diff) | |
download | aports-abcd2ed86354154480c872b879ed1599a4aa8115.tar.bz2 aports-abcd2ed86354154480c872b879ed1599a4aa8115.tar.xz |
main/gnats: build fix for ppc64le
Fails with multiple warnings, thus eradicating -Werror
Diffstat (limited to 'main/gnats/no-werror.patch')
-rw-r--r-- | main/gnats/no-werror.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/gnats/no-werror.patch b/main/gnats/no-werror.patch new file mode 100644 index 0000000000..e7d4d14e5e --- /dev/null +++ b/main/gnats/no-werror.patch @@ -0,0 +1,13 @@ +diff --git a/configure b/configure +index dfacf87..c3bdb3a 100755 +--- a/configure ++++ b/configure +@@ -6722,7 +6722,7 @@ fi + + + if test "x$GCC" = "xyes" ; then +- GCC_CFLAGS="-ansi -Werror -Wall" ++ GCC_CFLAGS="-ansi -Wall" + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wextra" >&5 + $as_echo_n "checking whether C compiler accepts -Wextra... " >&6; } |