diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index bcad843943a..e8092e3e248 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -55,7 +55,7 @@ esac # JIT conflicts with sampling_profiler case "$XBPS_TARGET_MACHINE" in - i686|ppc*|mips*|arm*) ;; + i686*|ppc*|mips*|arm*) ;; *-musl) build_options_default+=" jit" ;; *) build_options_default+=" jit sampling_profiler" ;; esac