http://bugs.winehq.org/show_bug.cgi?id=29168
--- Comment #195 from Sebastiaan Blommers sebastiaan.blommers@gmail.com 2012-03-16 12:53:23 CDT --- (In reply to comment #194)
I'm trying to build wine version 1.4 against the patch from Carsten but I keep getting this error:
can't find file to patch at input line 7 Perhaps you used the wrong -p or --strip option? The text leading up to this was:
|diff --git a/dlls/ntdll/critsection.c b/dlls/ntdll/critsection.c |index fb69b31..5d7783b 100644 |--- a/dlls/ntdll/critsection.c |+++ b/dlls/ntdll/critsection.c
File to patch:
I'm just using this command to patch with:
cat proof_of_concept.patch |patch -p1
http://wiki.winehq.org/Patching