emulators/wine-proton: Refine WoW64 32-bit ABI determination

PR:		278525
Reported by:	Eduardo C. <idude0407@gmail.com>
Approved by:	Alex S <iwtcex@gmail.com> (maintainer)
main
Alexander Vereeken 2024-05-05 19:11:39 +00:00 committed by Gerald Pfeifer
parent 703aba48b7
commit 3b0b9249b5
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= wine-proton
DISTVERSION= 8.0-5
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= emulators
MAINTAINER= iwtcex@gmail.com

View File

@ -14,6 +14,6 @@ then
ln -s /usr/share/keys/pkg "$I386_ROOT/usr/share/keys/pkg"
fi
ABI=$(pkg config ABI | sed s/amd64/i386/)
echo pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"
exec pkg -o ABI="$ABI" -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"
# Show what we're going to do, then do it.
echo pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"
exec pkg -o ABI_FILE=/usr/lib32/libc.so.7 -o INSTALL_AS_USER=true -o RUN_SCRIPTS=false --rootdir "$I386_ROOT" "$@"