mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
thunderbird: set nodebug instead of broken on i686
This commit is contained in:
parent
2e01ac8d79
commit
f5d8213cf9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue