texstudio: aarch64 broken
This commit is contained in:
parent
66142a80da
commit
dca1b50035
@ -21,10 +21,12 @@ desc_option_phonon="build with phonon support"
|
|||||||
desc_option_poppler="build with poppler (=internal pdf preview)"
|
desc_option_poppler="build with poppler (=internal pdf preview)"
|
||||||
build_options_default="phonon poppler"
|
build_options_default="phonon poppler"
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" ${makedepends}"
|
hostmakedepends+=" ${makedepends}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user