You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/sndfile-tools/files/sndfile-tools-1.03-remove-W...

17 lines
660 B

Remove -Werror from CFLAGS causing all sorts of havoc due to
deprecated declarations in media-sound/jack-audio-connection-kit
See also: https://bugs.gentoo.org/show_bug.cgi?id=542120
--- sndfile-tools-1.03/configure
+++ sndfile-tools-1.03/configure
@@ -11397,9 +11397,6 @@
CFLAGS="$CFLAGS -std=gnu99 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wpointer-arith"
# -Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion -Winline"
- if test x$ac_arg_gcc_werror = "xyes" ; then
- CFLAGS="-Werror $CFLAGS"
- fi
$as_echo "#define COMPILER_IS_GCC 1" >>confdefs.h