From d7d17fa41fb16bca37c8acfd1f454758abf4035f Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Feb 2020 17:27:36 +0100 Subject: [PATCH] arcan: CROSS_BUILD is implied, remove --- srcpkgs/arcan/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/arcan/template b/srcpkgs/arcan/template index 89e5693175..b9136364a0 100644 --- a/srcpkgs/arcan/template +++ b/srcpkgs/arcan/template @@ -18,7 +18,7 @@ distfiles="https://github.com/letoram/${pkgname}/archive/${version}.tar.gz checksum="a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0 3a50a87c05b67c466a868cc77f8dc7f9cfc9466aeeafcd823daca0d108c504da" -if [ "$CROSS_BUILD" -a "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then +if [ "$XBPS_TARGET_WORDSIZE" != "$XBPS_WORDSIZE" ]; then configure_args+=" -DDISABLE_JIT=ON" makedepends+=" lua51-devel" else