From d959baaa2d5996930d29e3d31959b957c601c10e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 21 Feb 2020 16:42:16 +0100 Subject: [PATCH] webkit2gtk: fix mips* build w/o JIT --- srcpkgs/webkit2gtk/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 1944d9cf0af..41b42c24fbf 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -40,10 +40,6 @@ homepage="https://webkitgtk.org/" distfiles="${homepage}/releases/webkitgtk-${version}.tar.xz" checksum=4386900713dfadf9741177210b32623cab22562a79ffd0d446b66569934b113f -case "$XBPS_TARGET_MACHINE" in - mips*) broken="static assertion failed: CLZ opcode is not available for this ISA";; -esac - build_options="gir wayland x11 bubblewrap jit sampling_profiler" build_options_default="gir wayland x11 bubblewrap" @@ -60,7 +56,7 @@ fi # only a few platform support JIT case "$XBPS_TARGET_MACHINE" in - aarch64*|x86_64*|mips*) + aarch64*|x86_64*) build_options_default+=" jit" if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then build_options_default+=" sampling_profiler"