aports/main/geeqie/disable-werror.patch
2018-07-27 08:47:42 +00:00

13 lines
382 B
Diff

--- ./configure.in
+++ ./configure.in
@@ -17,9 +17,6 @@
AC_PREREQ(2.57)
AC_INIT([geeqie], 1.4, [https://github.com/BestImageViewer/geeqie/issues], [], [http://www.geeqie.org/])
-# Add -Werror to the default CFLAGS
-CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type"
-
# Check for rightly dirs
AC_CONFIG_SRCDIR([src/main.c])