http://bugs.winehq.org/show_bug.cgi?id=30551
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2012-07-01 13:03:54 CDT --- You will need to build wine from sources, that will require installing and cloning of git repo (http://wiki.winehq.org/GitWine), after that you need to build it - http://wiki.winehq.org/FAQ#compile_wine, it's necessary to install some dev packages for dependencies, 'configure' will tell you what's missed.
After that apply a patch (http://wiki.winehq.org/Patching), you may want a 'git apply --exclude=dlls/msxml3/tests/* patch.diff' to skip tests hunks, but I never used that some syntax could be different. Easier way is to edit a patch by removing everything after:
--- diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c ---