https://bugs.winehq.org/show_bug.cgi?id=54093
Mohamad Al-Jaf mowinebugs@mail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mowinebugs@mail.com
--- Comment #13 from Mohamad Al-Jaf mowinebugs@mail.com --- (In reply to Maik Wagner from comment #12)
Dear Fabian,
I will be happy to try this.
Could you please give me instructions on how to integrate your hack? I am familiar with cloning git-Repositories and compiling wine from source and creating prefixes.
Thanks, Maik
Hi Maik,
You can use any of the following commands to apply the patch before building wine:
$ git apply "hack.patch"
or
$ git am "hack.patch"
or
$ patch -Np1 < "hack.patch"
Replace hack.patch with the name of the patch itself.
Hope this helps, Mohamad