Skip to content

Commit

Permalink
emulators/wine: Add a note on Poudriere in the WoW case
Browse files Browse the repository at this point in the history
PR:		260407
Reported by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Feb 1, 2022
1 parent d1c4459 commit 9dc3d30
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions emulators/wine/files/wine-wow64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ 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"
ABI=$(pkg config ABI | sed s/amd64/i386/)
FREEBSD_VERSION_MAJOR=`uname -r | sed "s/\..*//"`
cat <<- HERE
If using Poudriere, please make sure your repo is setup to use ${ABI}
and create symlinks for
FreeBSD:$FREEBSD_VERSION_MAJOR:amd64 and
FreeBSD:$FREEBSD_VERSION_MAJOR:i386
to the relevant output directories. See pkg.conf(5) for more info.
HERE
exit 1
fi

Expand Down

0 comments on commit 9dc3d30

Please sign in to comment.