webkit2gtk: broken for mips*
This commit is contained in:
parent
bac1f3d18a
commit
307d2b11a5
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue