From 0eb2ce4ffbcfd7dba8f1656fa59f6738d5c38489 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 20 Sep 2018 19:27:33 -0300 Subject: [PATCH] efl: mark as broken on aarch64* --- srcpkgs/efl/template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/srcpkgs/efl/template b/srcpkgs/efl/template index e2aa9e1ff81..2494f90bd36 100644 --- a/srcpkgs/efl/template +++ b/srcpkgs/efl/template @@ -55,6 +55,9 @@ case "$XBPS_TARGET_MACHINE" in # XXX disable neon... the code is utterly broken. configure_args+=" --disable-neon" ;; + aarch64*) + broken="lt-edje_cc: Critical. Compiling script code not clean." + ;; esac if [ "$build_option_opengl" ]; then