From b273565102f01df71dce86eb9c55be9bcea1a4f7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 29 Nov 2015 09:51:37 +0100 Subject: [PATCH] icu: nocross=yes for now... until I got more time to fix this. --- srcpkgs/icu/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template index d146ae65bc..43838ea695 100644 --- a/srcpkgs/icu/template +++ b/srcpkgs/icu/template @@ -13,6 +13,8 @@ license="ICU License /usr/share/licenses/icu/license.html" distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz" checksum=3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816 +nocross=yes + if [ "$CROSS_BUILD" ]; then configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu" fi