perl-Math-BigInt-GMP: fix cross.

This commit is contained in:
Christian Neukirchen 2016-08-29 19:23:32 +02:00
parent 48e276d7c2
commit 110056822e

View file

@ -1,9 +1,7 @@
nocross=yes
# Template file for 'perl-Math-BigInt-GMP'
pkgname=perl-Math-BigInt-GMP
version=1.51
revision=2
revision=3
wrksrc="Math-BigInt-GMP-${version}"
build_style=perl-module
hostmakedepends="perl gmp-devel"
@ -15,3 +13,7 @@ homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
checksum=77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
post_extract() {
sed -i /check_lib_or/d Makefile.PL
}