Installation of Patch
Prepare Patch for compilation:
CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/usr
Again, the preprocessor flag -D_GNU_SOURCE is only
needed on the PowerPC platform. On other architectures you can leave it out.
Compile the package:
make
And install it:
make install