Even simpler... "patch -p1 < war.patch" should work as well. 2010/4/19 Frédéric Delanoy <frederic.delanoy@xxxxxxxxx>: > On Sun, Apr 18, 2010 at 19:14, Berillions <wineforum-user@xxxxxxxxxx> wrote: >> Hello, >> >> When i want to patch wine 1.1.39 with this patch : bugs.winehq.org/attachment.cgi?id=26538 >> but it's impossible because i have those error message : >> pastebin.com/yGis88BE >> >> I don't understand because i rename this file patch -> war.patch and i apply it in wine source thanks to this command : patch -p0 < war.patch >> >> Thanks you for your help. >> >> Berillions >> > The patch was probably generated by "git format-patch" or similar. > If you want to use the "patch" command, first remove the "a/" and "b/" > prefixes. Alternatively, you might use "git apply". > > Frédéric >