From bbc8911288fe12676169a8016375d92feaef578b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 3 May 2017 08:34:48 +0000 Subject: [PATCH] js: aarch64 broken --- srcpkgs/js/template | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/srcpkgs/js/template b/srcpkgs/js/template index 936c499eb91..4d2ca73282c 100644 --- a/srcpkgs/js/template +++ b/srcpkgs/js/template @@ -13,6 +13,13 @@ maintainer="Juan RP " distfiles="${MOZILLA_SITE}/js/js185-1.0.0.tar.gz" checksum=5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687 +case "$XBPS_TARGET_MACHINE" in + aarch64*) + # ./assembler/jit/ExecutableAllocator.h:395:6: error: #error "The cacheFlush support is missing on this platform." + broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/2509/steps/shell_3/logs/stdio" + ;; +esac + do_configure() { local _args