mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
rav1e: broken on i686
This commit is contained in:
parent
8986d7c43d
commit
b99e158b6b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ checksum=16c383692a5e7abd9f6d1eddb1a5e0269f859392387883361bb09e5555852ec1
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) hostmakedepends+=" nasm" ;;
|
||||
esac
|
||||
if [ "$XBPS_WORDSIZE" != 32 ]; then
|
||||
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
||||
broken="broken large file offset support"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue