From ac60f48f8808046b0fdc80cf7a0f1b9e5b1fb782 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 14 May 2016 19:22:29 +0200 Subject: [PATCH] perl-DateTime: hack around wrong CFLAGS for target. --- srcpkgs/perl-DateTime/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/perl-DateTime/template b/srcpkgs/perl-DateTime/template index ae6d86f93e..e1ec05bd88 100644 --- a/srcpkgs/perl-DateTime/template +++ b/srcpkgs/perl-DateTime/template @@ -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 +}