From f7c684d305e8fdd073912132bb3fe91bc40acab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 8 May 2019 20:50:48 +0200 Subject: [PATCH] webkit2gtk: handle i686-musl the same as i686 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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