From a6d705d51b7ecb688e5560320737fbded2188a12 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 19 Feb 2013 12:44:42 +0100 Subject: [PATCH] chroot-texinfo: cross build support. --- srcpkgs/chroot-texinfo/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/chroot-texinfo/template b/srcpkgs/chroot-texinfo/template index 6598f7e2571..7f312610890 100644 --- a/srcpkgs/chroot-texinfo/template +++ b/srcpkgs/chroot-texinfo/template @@ -16,6 +16,7 @@ provides="texinfo-${version}" if [ -n "$IN_CHROOT" ]; then makedepends="ncurses-devel" + crossmakedepends="${makedepends}" fi do_configure() {