From b065a33120a955c4ccd7f3f12a6c21415883241c Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Sun, 21 Apr 2019 09:41:34 +0200 Subject: [PATCH] webkit2gtk: fix build by enabling SSE2 on i686 We already need SSE2 anyway due to gst-plugins-base1, which also uses it. fixes #11162 [ci skip] --- srcpkgs/webkit2gtk/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index a56917daac9..6c13b028842 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -36,7 +36,7 @@ CXXFLAGS="-Wno-expansion-to-defined" case "$XBPS_TARGET_MACHINE" in aarch64*) configure_args+=" -DUSE_LD_GOLD=0";; - i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/17230/steps/shell_3/logs/stdio";; + i686*) CXXFLAGS+="-O2 -msse2";; esac # Package build options