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
8986d7c43d
commit
b99e158b6b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ 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
|
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
||||||
broken="broken large file offset support"
|
broken="broken large file offset support"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue