mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
Revert "libreoffice: mark as broken on i686*"
This reverts commit e41682beb0
.
It should now build for i686 also.
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
87187291f5
commit
c072c85ca9
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) broken="can't find liborcus" ;;
|
|
||||||
esac
|
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Template file for 'libreoffice'
|
# Template file for 'libreoffice'
|
||||||
pkgname=libreoffice
|
pkgname=libreoffice
|
||||||
|
@ -259,7 +256,7 @@ skip_extraction="
|
||||||
build_options="java"
|
build_options="java"
|
||||||
desc_option_java="Enable Java support"
|
desc_option_java="Enable Java support"
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
make_build_args="build"
|
make_build_args="build"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue