https://bugs.winehq.org/show_bug.cgi?id=48995
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #6 from Zebediah Figura z.figura12@gmail.com --- (In reply to moonshaadow from comment #4)
Hum I need some help to apply the patch. I thought the right way to do was : patchinstall.sh DESTDIR=path_to_wine-source --force-autoconf name_of_the_patch.patch , but it doesn't work : "ERROR: Wrong usage of -W commandline argument, expected patchname"
The Staging patchinstall.sh script is meant to apply Staging patches, and doesn't really work for general patch files. Better to just use "patch -p1 < filename.patch", while in the Wine source directory.