diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index c27ef19529c..5ca93e2587b 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,6 +1,3 @@ -case "$XBPS_TARGET_MACHINE" in - i686*) broken="can't find liborcus" ;; -esac #!/bin/sh # Template file for 'libreoffice' pkgname=libreoffice @@ -10,6 +7,9 @@ build_style=meta make_build_args="build-nocheck" nocross=yes +case "$XBPS_TARGET_MACHINE" in + i686*) broken="can't find liborcus" ;; +esac # # XXX: mit-krb5-devel nasm firebird3 hamcrest iwyu ogl-math # Missing, required libraries are downloaded and built internally