diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2020-12-05 01:42:46 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2020-12-05 01:42:46 +0000 |
commit | 4e067fe5910cc802ab7241ae30d6705eccf9b0c2 (patch) | |
tree | 578a672d16e393029ce8ba70ccb8713f1bd12745 /graphics/geeqie/files/patch-configure.ac | |
parent | graphics/geeqie: delete excess patch that does not apply (diff) |
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)
Notes
Notes:
svn path=/head/; revision=557036
Diffstat (limited to 'graphics/geeqie/files/patch-configure.ac')
-rw-r--r-- | graphics/geeqie/files/patch-configure.ac | 9 |
1 files changed, 9 insertions, 0 deletions
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]) |