mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
texstudio: aarch64 broken
This commit is contained in:
parent
66142a80da
commit
dca1b50035
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue