summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2014-06-15 14:41:36 +0000
committerjoerg <joerg>2014-06-15 14:41:36 +0000
commit39056d5f049d4080fc9b1f3095aa5cc013cc730f (patch)
tree90d4e4180829009cb010035024ef72984af3f108 /devel
parente947faf881594d973d9a1e56e15bf374e57e9f52 (diff)
downloadpkgsrc-39056d5f049d4080fc9b1f3095aa5cc013cc730f.tar.gz
Use patch -p0, avoids surprises if something moved.
Diffstat (limited to 'devel')
-rw-r--r--devel/libtool/patches/manual.README4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README
index 33ccb464565..9b1bf6ea5db 100644
--- a/devel/libtool/patches/manual.README
+++ b/devel/libtool/patches/manual.README
@@ -1,4 +1,4 @@
-$NetBSD: manual.README,v 1.12 2014/03/08 19:57:25 joerg Exp $
+$NetBSD: manual.README,v 1.13 2014/06/15 14:41:36 joerg Exp $
The "manual-*" patch files are used to maintain the pkgsrc version of
libtool. These files contain patches for the .m4 files in libtool which are
@@ -16,7 +16,7 @@ must be used:
cd /usr/pkgsrc/devel/libtool-base
make extract # not "make patch"
cd work*/libtool-*
-cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s
+cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s -p0
[edit *.m4 files and put patches back to manual-*]