http://bugs.winehq.org/show_bug.cgi?id=18539
--- Comment #11 from Peter Hudson mover005@gmx.net 2009-05-22 05:52:24 --- (In reply to comment #10)
Thanks for that, are these basic shell files? Can't work it out myself.. How do I apply these patches?
First you need to know how to do basic stuff in the console. At first, uninstall whatever version of wine you're having, then download the source code version of wine found somewhere on the mainpage of winehq. (The patch is for version 1.1.19 AFAIK but will work fine with wine-1.1.21)
then you need to do the following:
1. unpack the sourcecode you just downloaded.
2. download the two patches with right click, save as and save them into the directory where you unpacked the source
3. change to the directory in whatever terminal program you're using and type (in that order):
patch -p1 < 0001*.patch patch -p1 < 0002*.patch ./configure && make depend && make
(I assume that you have all the requried tools and dependencies, so this explanation is really broad as i can't say how your system is set up)