Patches in sources code

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
m_p_w
Level 1
Level 1
Posts: 5
Joined: Sat Jun 11, 2011 2:13 am

Patches in sources code

Post by m_p_w »

this is the code, so where do i have to put the patch

patch -p0 patchname.diff <---over here
<-------------------or over here
./configure
make

Please help
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Patches in sources code

Post by jjmckenzie »

On 6/11/11 11:41 AM, m_p_w wrote:
this is the code, so where do i have to put the patch

patch -p0 patchname.diff<---over here
<-------------------or over here
./configure
make

Please help





patch -p(0,1,2...) < patchname.diff

If you get an error message asking for the name of the file to apply to,
this possibly means that you selected the wrong patch level.
Locked