perl-Module-Build: fix cross.

This commit is contained in:
Leah Neukirchen 2017-04-01 17:54:25 +02:00
parent 2d2cc7de56
commit d17f800cc2

View file

@ -14,3 +14,7 @@ homepage="http://search.cpan.org/dist/Module-Build/"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
checksum=e74b45d9a74736472b74830599cec0d1123f992760f9cd97104f94bee800b160
pre_configure() {
unset XBPS_CROSS_BASE
}