From 9eec68fb2f4b443729585c924323a620ed0f89ed Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sun, 11 May 2014 21:35:38 +0200 Subject: [PATCH] indent: fix cross build --- srcpkgs/indent/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/indent/template b/srcpkgs/indent/template index 1f238922d1..d17460e1db 100644 --- a/srcpkgs/indent/template +++ b/srcpkgs/indent/template @@ -17,9 +17,10 @@ pre_configure() { post_build() { # manpages are not created properly, so recreate it + unset CC LD AR AS RANLIB CPP CFLAGS CPPFLAGS LDFLAGS cd man rm indent.1 - make CC=cc clean all + make CC=cc LD=cc CFLAGS= LDFLAGS= clean all } post_install() {