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.