Skip to content

Commit

Permalink
media-gfx/iscan: Be more specific about ignoring warnings
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/711416
Signed-off-by: Marcin Deranek <[email protected]>
Closes: gentoo#15741
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
Marcin Deranek authored and juippis committed May 17, 2020
1 parent 8bc9693 commit af193fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media-gfx/iscan/iscan-3.62.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit af193fa

Please sign in to comment.