http://bugs.winehq.org/show_bug.cgi?id=17713
--- Comment #6 from Milosz Galazka milosz@sleeplessbeastie.eu 2009-03-22 16:55:30 --- To use this patch: cd /usr/ports/emulators/wine make deinstall clean # deinstall old version, remove sources make extract make patch fetch -o cpu.c.patch http://bugs.winehq.org/attachment.cgi%5C?id=20082 cd work/wine-1.1.16/ patch -i ../../cpu.c.patch cd ../.. make install
BUT
This part of code was commented out for a reason.
It uses sysctl hw.instruction_sse to determine SSE support which is defined in http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/amd64/amd64/initcpu.c?rev=1.50... for amd64 (i386 has similar patch)