perl-Image-Sane: remove broken for musl platforms

This commit is contained in:
Enno Boland 2019-09-16 10:29:45 +02:00
parent 54de852d5a
commit dcbd316215
No known key found for this signature in database
GPG key ID: D09964719BDE9971

View file

@ -13,7 +13,3 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/Image-Sane"
distfiles="${CPAN_SITE}/Sane/RATCLIFFE/Image-Sane-${version}.tar.gz"
checksum=f970a0314e554f6fe29dcc651aec5bd45b32d547801d304434ae80b4b806896b
case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="perl.h:2498:22: error: unknown type name off64_t";;
esac