[Bug 17713] EVE Online Apocrypha - Audio not supported on FreeBSD

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 22 16:55:31 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=17713





--- Comment #6 from Milosz Galazka <milosz at 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\?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.2.1;content-type=text%2Fplain
for amd64 (i386 has similar patch)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list