Skip to content

Commit

Permalink
emulators/wine-devel: Fix 32-bit pkg invocation for WoW64
Browse files Browse the repository at this point in the history
This addresses a regression introduced with commit 3f91424
on 2022-03-12 which was a forward port from emulators/wine and not
sufficiently adjusted to this port).

Do not bump PORTREVISION since 32-bit builds are broken right now.

PR:	273137
  • Loading branch information
Alexander88207 authored and Gerald Pfeifer committed Aug 15, 2023
1 parent 7f390d7 commit 16d8a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulators/wine-devel/files/wine-wow64.sh
Expand Up @@ -9,7 +9,7 @@ I386_ROOT="${WINE_i386_ROOT:-$HOME/.i386-wine-pkg}"
if [ ! -f "$I386_ROOT/$PREFIX/bin/wine" ]
then
printf "%s doesn't exist!\n\n" "$I386_ROOT/$PREFIX/bin/wine"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine mesa-dri"
printf "Try installing 32-bit Wine with\n\t%s\n" "$PREFIX/share/wine/pkg32.sh install wine-devel mesa-dri"
ABI=$(pkg config ABI | sed s/amd64/i386/)
FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
cat <<- HERE
Expand Down

0 comments on commit 16d8a4b

Please sign in to comment.