media-libs/libdmtx: fix building tests

Closes: https://bugs.gentoo.org/663346
Package-Manager: Portage-2.3.44, Repoman-2.3.10
This commit is contained in:
Michael Palimaka
2018-08-20 00:31:00 +10:00
parent a49d8c2a95
commit 86f0939a39

View File

@@ -15,6 +15,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="static-libs"
src_prepare() {
#bug 663346
sed -i -e "s/-ansi//" test/*/Makefile.am || die
default
eautoreconf
}