Installing Patch-&patch-version;
Estimated build time: &patch-time;
Estimated required disk space: &patch-compsize;
&aa-patch-shortdesc;
&aa-patch-desc;
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