From 1fbda0515b825285eefd83534bc2104038285d68 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 Feb 2013 12:50:43 +0100 Subject: [PATCH] gawk: cross build support. --- srcpkgs/gawk/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index eab6195411..4b47240d4c 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -6,6 +6,7 @@ conflicts="chroot-gawk>=0" build_style=gnu-configure configure_args="--with-readline" makedepends="readline-devel" +crossmakedepends="readline-devel" short_desc="The GNU awk utility" maintainer="Juan RP " license="GPL-3"