http://bugs.winehq.org/show_bug.cgi?id=2366
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2007-11-25 20:52:24 --- (In reply to comment #10)
http://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/emulators/wine/patches/
Unfortunately most of the patches at the link above are of not appropriate quality to be included in Wine.
patch-aa - what is that patch fixing? why is it needed? patch-ab - CDROM_MSF define should be moved where CD_FRAMES and CD_SECS are already handled for non-Linux platforms. patch-ac - looks like a hack/workaround for a NetBSD bug patch-ad - should use appropriate autoconf macro for sys/param.h, and instead of duplicating the whole line with RTF_MULTICAST should either define it in a similar way as patch-ab should be redone, or move only '|| RTF_MULTICAST' check under an #ifdef. patch-ae - should use appropriate autoconf macro for GL/glxext.h patch-af - __NetBSD__ case already exists, it should be either removed, or reworked patch-ai - patch is wrong, winternl.h in PSDK doesn't include stdarg.h patch-aj - looks good (perhaps due to aj in the name <g>) patch-ak - __NetBSD__ case already exists, it should be either removed, or reworked patch-ag - include files usually are included in the start of the file with appropriate autoconf macros, otherwise looks good