PDA

View Full Version : How do I apply this patch?


DeafByPills
October 28th, 2007, 08:11 PM
Well, I have that regression bug. I have the wine .48 source and there's a patch for it. It doesn't give instructions on hnow to implement this patch. Does anyone know?

It can be found at http://bugs.winehq.org/show_bug.cgi?id=9878

5-HT
October 28th, 2007, 08:52 PM
Same way you'd manually patch any source file...
From the top-level source directory: patch -Np1 < /path/to/patchfile
cheers,

DeafByPills
October 28th, 2007, 09:24 PM
Same way you'd manually patch any source file...
From the top-level source directory: patch -Np1 < /path/to/patchfile
cheers,


Dude, I owe you one.

Thanks a lot. I was trying to figure that one out for hours. I didn't know you could do that. :)

5-HT
October 28th, 2007, 11:41 PM
Dude, I owe you one.

Thanks a lot. I was trying to figure that one out for hours. I didn't know you could do that. :)

Glad it worked :)