Installation of Patch
Prepare Patch to be compiled:
CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools
The preprocessor flag -D_GNU_SOURCE is only needed
on the PowerPC platform. On other architectures you can leave it out.
Compile the program:
make
Then install it and its documentation:
make install