libreoffice: mark as broken after shebang
This commit is contained in:
parent
96d7d20926
commit
acd35f587b
1 changed files with 3 additions and 3 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
|
||||||
|
@ -10,6 +7,9 @@ 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
Add a link
Reference in a new issue