diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 237fc7dcefb..beb18e13b1b 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -48,7 +48,7 @@ desc_option_sampling_profiler="Toggle sampling profiler support (disabled on mus # JIT conflicts with sampling_profiler case "$XBPS_TARGET_MACHINE" in - ppc*|mips*|arm*) ;; + i686|ppc*|mips*|arm*) ;; *-musl) build_options_default+=" jit" ;; *) build_options_default+=" jit sampling_profiler" ;; esac