Save the contents of the second link as some file (which I'll call fix.patch). Save this file on your desktop for convenience.
Then open a terminal (Accessories -> Terminal) and type the following commands:
Code:
cd /path/to/gnomeradio-1.7
patch -p0 -i ~/Desktop/fix.patch
Note: that /path/to/gnomeradio-1.7 is a path on your machine that I do not know. You want to be located in the gnomeradio-1.7 folder prior to running the second command.
If you get any errors when you run the patch command post those and I'll see if I can help further.
Here's this for another reference: http://jungels.net/articles/diff-patch-ten-minutes.html
Bookmarks