diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 82c0e7561c2..db16f91498b 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -162,6 +162,7 @@ case "$XBPS_TARGET_MACHINE" in CXXFLAGS+=" -DDISABLE_CVE_TESTS=1" ;; x86_64*|ppc64*) build_options_default="java" ;; + # aarch64*) build_options_default="java" ;; armv[56]*) broken="untested" ;; esac @@ -485,6 +486,7 @@ do_configure() { bopts+=" --without-system-libfixmath" opts+=" --without-myspell-dicts" opts+=" --without-system-java-websocket" + bopts+=" --without-system-java-websocket" # finish configuring build opts+=" --with-external-dict-dir=/usr/share/hunspell" opts+=" --with-external-hyph-dir=/usr/share/hyphen" @@ -563,7 +565,7 @@ libreoffice-calc_package() { libreoffice-draw_package() { short_desc+=" - Drawing application" - depends="sane libreoffice-writer>=${version}_${revision}" + depends="sane libreoffice-impress>=${version}_${revision}" pkg_install() { _split draw }