From af193fac765bd4ba736fcf2485cec3100c02be74 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Sun, 10 May 2020 22:20:47 +0200 Subject: [PATCH] media-gfx/iscan: Be more specific about ignoring warnings Closes: https://bugs.gentoo.org/711416 Signed-off-by: Marcin Deranek Closes: https://github.com/gentoo/gentoo/pull/15741 Signed-off-by: Joonas Niilola --- media-gfx/iscan/iscan-3.62.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2