mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
thunderbird: broken on i686 (ENOMEM)
Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
parent
48d3043658
commit
d78b78514a
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ depends="nss>=3.37.3 desktop-file-utils hicolor-icon-theme"
|
|||
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";;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Add table
Reference in a new issue