mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
Revert "libreoffice: mark as broken after shebang"
This reverts commit acd35f587b
.
This commit is contained in:
parent
3136231f8d
commit
87187291f5
1 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
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
|
||||||
|
@ -7,9 +10,6 @@ build_style=meta
|
||||||
make_build_args="build-nocheck"
|
make_build_args="build-nocheck"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*) broken="can't find liborcus" ;;
|
|
||||||
esac
|
|
||||||
#
|
#
|
||||||
# XXX: mit-krb5-devel nasm firebird3 hamcrest iwyu ogl-math
|
# XXX: mit-krb5-devel nasm firebird3 hamcrest iwyu ogl-math
|
||||||
# Missing, required libraries are downloaded and built internally
|
# Missing, required libraries are downloaded and built internally
|
||||||
|
|
Loading…
Add table
Reference in a new issue