summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-10-09 21:35:23 -0700
committerPavel Roskin <plroskin@gmail.com>2016-10-09 21:35:23 -0700
commit3cf67c684bd2f491ef3b06476ac63510cb049dff (patch)
treed059fd782204807853b2bc91de8179f2afd27a0f
parent6247a3afac8e1a629ebef93b9828054f8b069644 (diff)
downloadxrdp-proprietary-3cf67c684bd2f491ef3b06476ac63510cb049dff.tar.gz
xrdp-proprietary-3cf67c684bd2f491ef3b06476ac63510cb049dff.zip
buildx.sh: force forward patch, don't ask whether to revert
-rwxr-xr-xxorg/X11R7.6/buildx.sh2
1 files changed, 1 insertions, 1 deletions
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"