From 58033825bfde3637e29fe548b4d56424809199e8 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 3 Oct 2024 14:03:57 -0400 Subject: [PATCH] thunderbird: broken for now on aarch64 --- srcpkgs/thunderbird/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index a973ea706cc..d9e9b10aef0 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -30,6 +30,7 @@ build_options="alsa jack dbus pulseaudio xscreensaver sndio wayland" build_options_default="alsa jack dbus pulseaudio xscreensaver sndio wayland" case $XBPS_TARGET_MACHINE in + aarch64*) broken="waiting for buildbot fix" ;; armv[56]*) broken="required NEON extensions are not supported on armv6" ;; ppc64*) ;; ppc*) broken="xptcall bitrot" ;;