calligra: broken on aarch64*
This commit is contained in:
parent
9ae5c66e28
commit
fe5dd23cdf
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DMODERN_ICONV_RUN=1 -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
configure_args+=" -DMODERN_ICONV_RUN=1 -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
aarch64*) broken=yes ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# cmake doesn't detect the functions correctly
|
# cmake doesn't detect the functions correctly
|
||||||
pre_build() {
|
pre_build() {
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
|
Loading…
Reference in a new issue