mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
rav1e: broken on i686
This commit is contained in:
parent
5e599e4efa
commit
8986d7c43d
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ checksum=16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) hostmakedepends+=" nasm" ;;
|
x86_64*) hostmakedepends+=" nasm" ;;
|
||||||
esac
|
esac
|
||||||
|
if [ "$XBPS_WORDSIZE" != 32 ]; then
|
||||||
|
broken="broken large file offset support"
|
||||||
|
fi
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
local _slib=
|
local _slib=
|
||||||
|
|
Loading…
Add table
Reference in a new issue