wget -c http://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz
tar -xJf patch-2.7.6.tar.xz
cd patch-2.7.6
mkdir -p build
cd build
../configure --prefix="/usr"
make # Doesn't mind -j#
make install