From f5d8213cf911e1509580c46607553404621643d9 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 19 Jun 2019 19:32:12 +0200 Subject: [PATCH] thunderbird: set nodebug instead of broken on i686 --- srcpkgs/thunderbird/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 617abcfe147..f4a57f7ba0e 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -31,7 +31,7 @@ build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio" build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio" case "$XBPS_TARGET_MACHINE" in - i686*) broken="ENOMEM";; + i686*) nodebug=yes;; esac post_extract() {