perl-List-MoreUtils: fix cross build

This commit is contained in:
Michael Gehring 2016-06-23 10:44:29 +02:00
parent 260e56b252
commit 736e273152

View file

@ -13,3 +13,7 @@ homepage="http://search.cpan.org/~rehsack/List-MoreUtils/"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
checksum=568e093563cb2421db9d4ffc5ee4cefc3c6d7d9fe7a9d862f1584199b6394f7a
post_configure() {
sed -i 's/-mtune=generic//g' Makefile
}