diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-17 12:51:27 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-24 18:56:33 +0000 |
commit | 2d14bde61d7ccc9a9cef1969a6d21b874cc7991d (patch) | |
tree | 8935a791016274563063053fc5fe74472b9b708d /community/geeqie/use-default-cflags.patch | |
parent | 0e60f187b39ec4ad4c6e12e870b9e744fce3bd07 (diff) | |
download | aports-2d14bde61d7ccc9a9cef1969a6d21b874cc7991d.tar.bz2 aports-2d14bde61d7ccc9a9cef1969a6d21b874cc7991d.tar.xz |
community/geeqie: move from main
Closes !509
Diffstat (limited to 'community/geeqie/use-default-cflags.patch')
-rw-r--r-- | community/geeqie/use-default-cflags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
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]) + |