libreoffice: remove archs= to build for i686
This commit is contained in:
parent
662c59ce78
commit
fd6c41f3b1
1 changed files with 2 additions and 5 deletions
|
@ -2,12 +2,9 @@
|
||||||
pkgname=libreoffice
|
pkgname=libreoffice
|
||||||
version=6.4.0.3
|
version=6.4.0.3
|
||||||
revision=1
|
revision=1
|
||||||
# Do not build on x86_64 and i686 at the same time.
|
|
||||||
# Remove archs= after the x86_64* packages are built.
|
|
||||||
archs="x86_64*"
|
|
||||||
build_style=meta
|
build_style=meta
|
||||||
make_build_args="build-nocheck"
|
make_build_args="build-nocheck"
|
||||||
nocross=yes
|
nocross="Several dependencies are nocross=yes"
|
||||||
|
|
||||||
#
|
#
|
||||||
# XXX: mit-krb5-devel nasm hamcrest iwyu ogl-math poppler
|
# XXX: mit-krb5-devel nasm hamcrest iwyu ogl-math poppler
|
||||||
|
@ -287,7 +284,7 @@ _split() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
_languages=""
|
unset _languages
|
||||||
_add_lang() {
|
_add_lang() {
|
||||||
local pkglang="${3:-$1}"
|
local pkglang="${3:-$1}"
|
||||||
_languages="$_languages ${pkglang//_/-}"
|
_languages="$_languages ${pkglang//_/-}"
|
||||||
|
|
Loading…
Reference in a new issue