https://bugs.winehq.org/show_bug.cgi?id=50224
--- Comment #3 from sterum77@gmail.com --- In short: I got it working when building wine from git. So i think this PR can be closed.
What did i do?
As i am on amd64 i had to create a i386 environment as described in the FreeBSD wiki [url]https://wiki.freebsd.org/i386-Wine%5B/url] After chrooting to this environment i compiled wine as described in the page "Regression testing" from the above link. So i got the wine binary in the source tree. To be able to run this wine binary outside the chroot i had to do following: [code]alias wine32 "env LD_32_LIBRARY_PATH=/compat/i386/usr/local/lib:/usr/lib32 LIBGL_DRIVERS_PATH=/usr/local/lib32/dri PATH=/compat/i386/usr/local/bin:/compat/i386/usr/bin:/compat/i386/bin /compat/i386/tmp/wine-git/wine"[/code]