From 3cf67c684bd2f491ef3b06476ac63510cb049dff Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sun, 9 Oct 2016 21:35:23 -0700 Subject: [PATCH] buildx.sh: force forward patch, don't ask whether to revert --- xorg/X11R7.6/buildx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/X11R7.6/buildx.sh b/xorg/X11R7.6/buildx.sh index 31b1b29a..ca0b29a9 100755 --- a/xorg/X11R7.6/buildx.sh +++ b/xorg/X11R7.6/buildx.sh @@ -105,7 +105,7 @@ extract_it() cd $mod_name # check for patches if [ -e ../../$mod_name.patch ]; then - patch -p1 < ../../$mod_name.patch + patch -N -p1 < ../../$mod_name.patch fi # now configure echo "executing ./configure --prefix=$PREFIX_DIR $mod_args"