http://bugs.winehq.org/show_bug.cgi?id=6086
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-27-09 10:02 ------- There are two kinds of patches around, mostly: old generation and new generation. Command to apply old patches:
$ cat old_style_patch.diff | patch -p0
Command to apply new patches:
$ cat new_style_patch.diff | patch -p1
To do that right you should be already in a directory containing Wine source. Patch from Vitaliy is a new one.
Heck, guys, I can't find any place in our Wine docs about this case. Page of CodeWeavers has one:
[2]http://www.codeweavers.com/support/docs/wine-user/getting-wine-source#GETTIN...
I'll probably open another bug report about applying as I don't know where to put such directions nicely.