From e52f36732b419abc84b0f373176569c41c5eb35e Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Tue, 4 Jun 2019 15:32:02 +0200 Subject: [PATCH] icecat: broken on i686* for now --- srcpkgs/icecat/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/icecat/template b/srcpkgs/icecat/template index b1100f2e258..f319d1e7435 100644 --- a/srcpkgs/icecat/template +++ b/srcpkgs/icecat/template @@ -26,6 +26,10 @@ build_options_default="alsa dbus gtk3 pulseaudio startup_notification sndio xscr CXXFLAGS="-Wno-class-memaccess -Wno-unused-function" +case "$XBPS_TARGET_MACHINE" in + i686*) broken="https://build.voidlinux.org/builders/i686_builder/builds/18068/steps/shell_3/logs/stdio" ;; +esac + post_extract() { case "$XBPS_TARGET_MACHINE" in *-musl)