rav1e: broken on i686

This commit is contained in:
Đoàn Trần Công Danh 2023-08-03 16:24:50 +07:00
parent 8986d7c43d
commit b99e158b6b

View file

@ -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