diff options
Diffstat (limited to 'devel/libtool/patches/manual.README')
-rw-r--r-- | devel/libtool/patches/manual.README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool/patches/manual.README b/devel/libtool/patches/manual.README index ec087c38182..596e553c913 100644 --- a/devel/libtool/patches/manual.README +++ b/devel/libtool/patches/manual.README @@ -1,4 +1,4 @@ -$NetBSD: manual.README,v 1.6 2005/01/18 18:44:14 tv Exp $ +$NetBSD: manual.README,v 1.7 2005/03/22 15:12:08 tv 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 @@ -12,12 +12,14 @@ libtool, the following process should be used: ===== cd /usr/pkgsrc/devel/libtool-base -make patch +make extract # not "make patch" cd work*/libtool-* cat /usr/pkgsrc/devel/libtool/patches/manual-* | patch -s [edit *.m4 files and put patches back to manual-*] +cp -f configure configure.orig +cp -f libltdl/configure libltdl/configure.orig ./configure make ./configure pkgdiff configure >/usr/pkgsrc/devel/libtool/patches/patch-ab |