From 1802e227d2d8f95680a7437e5ee3ef1a728a8112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 19 Jul 2019 23:49:56 +0200 Subject: [PATCH] thunderbird: broken for i686-musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/thunderbird/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index cd496dff0d..e320e33e36 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -31,7 +31,8 @@ build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayl build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland" case "$XBPS_TARGET_MACHINE" in - i686*) nodebug=yes;; + i686-musl) broken="mozglue/misc/StackWalk.cpp:851:2: error: #error Unsupported configuration";; + i686) nodebug=yes;; esac post_extract() {