View Single Post
  #3  
Old 10-10-2006, 02:16 AM
eq4me
Hill Giant
 
Join Date: Jul 2006
Posts: 166
Default

Quote:
Originally Posted by John Adams
I'll host the file for you if you PM it to me..
Unfortunately you can't attach a file to a PM, I would have to snap&paste it into the message.

You could do the changes manually if the patch does not apply and diff again.

The commandline would be

Code:
diff  -N -u1 -r <orig-src-dir> <modified-src-dir>  >EQEmu-gcc-4.1.patch
I would recommend doing this with a newly untared archive as the compiling, even after a `make clean`, does leave some files which you dont want to clutter your patch with.

Last edited by eq4me; 10-10-2006 at 10:41 AM..
Reply With Quote