mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/netpbm: Fix test on musl
Closes: https://bugs.gentoo.org/836288 Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/24979 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
cb42d10aed
commit
35a25540c8
@@ -127,6 +127,11 @@ src_prepare() {
|
||||
sed -i -e '/^$/d' test/legacy-names.ok || die
|
||||
sed -i -e 's:png-roundtrip.*::' test/Test-Order || die
|
||||
fi
|
||||
|
||||
# this test requires LC_ALL=en_US.iso88591, not available on musl
|
||||
if use elibc_musl; then
|
||||
sed -i -e 's:pbmtext-iso88591.*::' test/Test-Order || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user