perl-Math-BigInt-GMP: fix cross.
This commit is contained in:
parent
48e276d7c2
commit
110056822e
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
# Template file for 'perl-Math-BigInt-GMP'
|
# Template file for 'perl-Math-BigInt-GMP'
|
||||||
pkgname=perl-Math-BigInt-GMP
|
pkgname=perl-Math-BigInt-GMP
|
||||||
version=1.51
|
version=1.51
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="Math-BigInt-GMP-${version}"
|
wrksrc="Math-BigInt-GMP-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl gmp-devel"
|
hostmakedepends="perl gmp-devel"
|
||||||
|
@ -15,3 +13,7 @@ homepage="http://search.cpan.org/dist/Math-BigInt-GMP"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic, GPL-1"
|
||||||
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Math/Math-BigInt-GMP-${version}.tar.gz"
|
||||||
checksum=77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
|
checksum=77ac59cc5af8a2c88ccc27098ed8c4b301d2b5ed5b9c1f12eb8961844f119475
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i /check_lib_or/d Makefile.PL
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue