From acd35f587bf0f1d0927a3fb1ce4f6f82a49fb907 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 19:22:37 -0300 Subject: [PATCH] libreoffice: mark as broken after shebang --- srcpkgs/libreoffice/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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