perl-DateTime: hack around wrong CFLAGS for target.

This commit is contained in:
Christian Neukirchen 2016-05-14 19:22:29 +02:00
parent 82cfdb6c37
commit ac60f48f88

View file

@ -13,3 +13,7 @@ homepage="http://search.cpan.org/dist/DateTime"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/DateTime/${pkgname/perl-/}-$version.tar.gz"
checksum=ad701d00f7e89a50c5058f49c585054c89e85d98433b3fe4013047e091164b6f
post_configure() {
sed -i 's/-mtune=generic//g' Makefile
}