diff options
author | Marcin Deranek <marcin.deranek@booking.com> | 2020-05-10 22:20:47 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-17 14:28:40 +0300 |
commit | af193fac765bd4ba736fcf2485cec3100c02be74 (patch) | |
tree | 83ce6f9a3aa84f454fcb9136a2fa1512dbd0e76b /media-gfx/iscan | |
parent | media-gfx/gscan2pdf: remove old 2.6.5 (diff) | |
download | gentoo-af193fac765bd4ba736fcf2485cec3100c02be74.tar.gz gentoo-af193fac765bd4ba736fcf2485cec3100c02be74.tar.bz2 gentoo-af193fac765bd4ba736fcf2485cec3100c02be74.zip |
media-gfx/iscan: Be more specific about ignoring warnings
Closes: https://bugs.gentoo.org/711416
Signed-off-by: Marcin Deranek <marcin.deranek@slonko.net>
Closes: https://github.com/gentoo/gentoo/pull/15741
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/iscan')
-rw-r--r-- | media-gfx/iscan/iscan-3.62.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/iscan/iscan-3.62.0.ebuild b/media-gfx/iscan/iscan-3.62.0.ebuild index f01a67d24171..7f8e4fae37b8 100644 --- a/media-gfx/iscan/iscan-3.62.0.ebuild +++ b/media-gfx/iscan/iscan-3.62.0.ebuild @@ -43,7 +43,7 @@ src_prepare() { rm -r upstream/boost || die # Workaround for deprecation warnings: # https://gitlab.com/utsushi/utsushi/issues/90 - sed -e 's|-Werror||g' -i configure.ac || die + sed -e 's|=-Werror|="-Werror -Wno-error=deprecated-declarations"|g' -i configure.ac || die eautoreconf } |