texstudio: aarch64 broken

This commit is contained in:
maxice8 2019-01-01 16:39:45 -02:00
parent 66142a80da
commit dca1b50035
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -21,10 +21,12 @@ desc_option_phonon="build with phonon support"
desc_option_poppler="build with poppler (=internal pdf preview)"
build_options_default="phonon poppler"
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" ${makedepends}"
fi
case "$XBPS_TARGET_MACHINE" in
aarch64*) configure_args+=" NO_CRASH_HANDLER=true" ;;
aarch64*)
configure_args+=" NO_CRASH_HANDLER=true"
broken="Currently blocking the builder";;
esac