I'd like to patch my local copy of Wine with the patch found here:
http://bugs.winehq.org/show_bug.cgi?id=23477
I received some instruction how to do this by using:
Code:
~/.wine$ sudo patch -p1 < patch.patch
However it came up with this result. Can anyone help me? I am very new to ubuntu
and am trying hard to resist plunging back into windows :(.
Code:
chris at chris-desktop:~/.wine$ sudo patch -p1 < patch.patch
patching file dlls/kernel32/file.c
Hunk #1 FAILED at 1001.
1 out of 1 hunk FAILED -- saving rejects to file dlls/kernel32/file.c.rej
patching file dlls/kernel32/kernel32.spec
Hunk #1 FAILED at 1028.
1 out of 1 hunk FAILED -- saving rejects to file dlls/kernel32/kernel32.spec.rej
chris at chris-desktop:~/.wine$