diff --git a/srcpkgs/perl-Math-BigInt-GMP/template b/srcpkgs/perl-Math-BigInt-GMP/template index 04dfb4bf64c..3598a2f6f68 100644 --- a/srcpkgs/perl-Math-BigInt-GMP/template +++ b/srcpkgs/perl-Math-BigInt-GMP/template @@ -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 +}