[Wine] Building wine from source code

James McKenzie jjmckenzie51 at gmail.com
Sat Jun 11 16:57:06 CDT 2011


On 6/11/11 6:57 AM, etwineb wrote:
> Code:
>
> patch -p0 patchname.diff
No. The command is
[code]
  patch -p0 < patchname.diff
[/code]

However, most Wine patches are written using git which will require
[code]
patch -p1 < patchname.diff
[/code]

as the files are listed as a/dlls/.... and b/dlls/.... in git difference 
file format.





More information about the wine-users mailing list