http://bugs.winehq.org/show_bug.cgi?id=2366
Zac Brown zac@zacbrown.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zac@zacbrown.org
--- Comment #10 from Zac Brown zac@zacbrown.org 2007-11-23 21:42:26 --- For what its worth, NetBSD has an entire set of patches that get wine to compile. Their latest version is 0.9.44 but I've looked at the patch set and they should all be compatible with NetBSD.
Most of it is a matter of just setting up the proper #ifdef __NetBSD__ kind of things. I didn't even realize this til I googled about patches for it, and had written one patch for dlls/iphlapi/ipstats.c to get RTL_MULTICAST to work. Beyond that some of the patches require an expertise beyond my abilities.
Here's a link to their patches, which I'm sure we can't use due to license differences, but it'll give an idea for what is needed: http://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/emulators/wine/patches/
- Zac