Code: Select all
patch -p0 <patch file>
If you want to it manually then lines without a + or - at the front are just so you find where to do the changes (called context). Add lines with a + and delete any with a -, though there are none to delete in the above patch. Lines with *** or --- etc are just indicating which file to patch etc.