From e41682beb0e54601a483e46b8d25b81c0938bfe0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 19:08:55 -0300 Subject: [PATCH] libreoffice: mark as broken on i686* --- srcpkgs/libreoffice/template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 1a0a9b8029d..c27ef19529c 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -1,3 +1,6 @@ +case "$XBPS_TARGET_MACHINE" in + i686*) broken="can't find liborcus" ;; +esac #!/bin/sh # Template file for 'libreoffice' pkgname=libreoffice @@ -256,7 +259,7 @@ skip_extraction=" build_options="java" desc_option_java="Enable Java support" -if [ -n "$XBPS_CHECK_PKGS" ]; then +if [ "$XBPS_CHECK_PKGS" ]; then make_build_args="build" fi