From 307d2b11a504b378318170ed1b9b20013f76406d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 20 Feb 2020 13:17:44 +0100 Subject: [PATCH] webkit2gtk: broken for mips* --- srcpkgs/webkit2gtk/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index ed4ea38eff..1944d9cf0a 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -40,6 +40,10 @@ 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"