if [ "$ARCH" = "x86_64" ]; then
  zcat $CWD/patch/xorg-cf-files/xorg-cf-files-lib64.diff.gz | patch -p1 --verbose || exit 1
fi
