summaryrefslogtreecommitdiff
path: root/devel/libtool
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-06-15 14:41:36 +0000
committerjoerg <joerg@pkgsrc.org>2014-06-15 14:41:36 +0000
commit0e1e24cc2de3d5b7f93cd9600900d570e9284875 (patch)
tree90d4e4180829009cb010035024ef72984af3f108 /devel/libtool
parent3c43b792ce2e96f278b617be513f452a46b31fa5 (diff)
downloadpkgsrc-0e1e24cc2de3d5b7f93cd9600900d570e9284875.tar.gz
Use patch -p0, avoids surprises if something moved.
Diffstat (limited to 'devel/libtool')
-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-*]