From 4e067fe5910cc802ab7241ae30d6705eccf9b0c2 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 5 Dec 2020 01:42:46 +0000 Subject: graphics/geeqie: add missing dependencies, patch useless warning This adds missing dependencies for nondefault options. (Two items for USE_GNOME actually snuck into the previous commit already, my apologies for missing that in the commit message. r557035) It also patches out a useless "CFLAGS+=... not found" warning from the "make configure" phase. We can't currently use -Werror anyways for building geeqie with our GTK3 version (deprecation warnings). Approved by: portmgr@ (blanket, dependencies) --- graphics/geeqie/files/patch-configure.ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'graphics/geeqie/files/patch-configure.ac') diff --git a/graphics/geeqie/files/patch-configure.ac b/graphics/geeqie/files/patch-configure.ac index 4f2ee4b8933e..7d63e0332a7a 100644 --- a/graphics/geeqie/files/patch-configure.ac +++ b/graphics/geeqie/files/patch-configure.ac @@ -1,5 +1,14 @@ --- configure.ac.orig 2020-11-20 21:36:33 UTC +++ configure.ac +@@ -18,7 +18,7 @@ AC_PREREQ(2.57) + AC_INIT([geeqie], 1.6, [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" ++#CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type" + + # Check for rightly dirs + AC_CONFIG_SRCDIR([src/main.c]) @@ -525,7 +525,7 @@ AC_ARG_ENABLE([lua], [liblua=$enableval], [liblua=auto]) -- cgit v1.2.3