From 2d14bde61d7ccc9a9cef1969a6d21b874cc7991d Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 17 Oct 2019 12:51:27 +0200 Subject: community/geeqie: move from main Closes !509 --- community/geeqie/use-default-cflags.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/geeqie/use-default-cflags.patch (limited to 'community/geeqie/use-default-cflags.patch') diff --git a/community/geeqie/use-default-cflags.patch b/community/geeqie/use-default-cflags.patch new file mode 100644 index 0000000000..bebd563810 --- /dev/null +++ b/community/geeqie/use-default-cflags.patch @@ -0,0 +1,14 @@ +diff --git a/configure.ac b/configure.ac +index dcf56bf..e3d1e71 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -17,9 +17,6 @@ dnl GNU General Public License for more details. + AC_PREREQ(2.57) + AC_INIT([geeqie], 1.5, [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]) + -- cgit v1.2.3