thunderbird: use nodebug on 32-bit hosts, also broken on ppc32
This commit is contained in:
parent
52dcc85b86
commit
f737d40239
1 changed files with 7 additions and 3 deletions
|
@ -30,9 +30,13 @@ depends="nss>=3.37.3 desktop-file-utils hicolor-icon-theme"
|
|||
build_options="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
|
||||
build_options_default="alsa dbus pulseaudio startup_notification xscreensaver sndio wayland"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl) broken="mozglue/misc/StackWalk.cpp:851:2: error: #error Unsupported configuration";;
|
||||
i686) nodebug=yes;;
|
||||
if [ "$XBPS_WORDSIZE" -eq 32 ]; then
|
||||
nodebug=yes
|
||||
fi
|
||||
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="ftbfs in several places" ;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue