diff options
author | marino <marino@pkgsrc.org> | 2011-12-10 01:09:20 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-10 01:09:20 +0000 |
commit | 8faea2323efd882cf37fe38cfe1215a2d60211cb (patch) | |
tree | 1ed56b91aa52eebacc257cb8095010cbd20aabbd /textproc | |
parent | bffcbfaf3e88469b762a2ed60e09b61cee0203d9 (diff) | |
download | pkgsrc-8faea2323efd882cf37fe38cfe1215a2d60211cb.tar.gz |
textproc/libxml++1: Fix gentoo ltmain sanity check bug
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++1/distinfo | 3 | ||||
-rw-r--r-- | textproc/libxml++1/patches/patch-configure | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/libxml++1/distinfo b/textproc/libxml++1/distinfo index f0dfb7bfc76..cf3741fa438 100644 --- a/textproc/libxml++1/distinfo +++ b/textproc/libxml++1/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2011/08/14 18:54:53 wiz Exp $ +$NetBSD: distinfo,v 1.3 2011/12/10 01:09:20 marino Exp $ SHA1 (libxml++-1.0.5.tar.bz2) = e90e66beff0af2e2f2a320ffbf8f4c1a3790bc44 RMD160 (libxml++-1.0.5.tar.bz2) = 073cff2d7a07ca62552c001d9560a21bcc447d35 Size (libxml++-1.0.5.tar.bz2) = 303965 bytes +SHA1 (patch-configure) = b5dc1b1c7d9e1e7c99769d435a215c5566a66687 SHA1 (patch-libxml++_parsers_parser.cc) = afc87895a6b1f63cde467594849c89d761144c48 diff --git a/textproc/libxml++1/patches/patch-configure b/textproc/libxml++1/patches/patch-configure new file mode 100644 index 00000000000..a6c0286ff96 --- /dev/null +++ b/textproc/libxml++1/patches/patch-configure @@ -0,0 +1,13 @@ +$NetBSD: patch-configure,v 1.1 2011/12/10 01:09:20 marino Exp $ + +--- configure.orig 2005-09-27 18:58:07.000000000 +0000 ++++ configure +@@ -6849,7 +6849,7 @@ echo "${ECHO_T}no" >&6 + exit 1 + fi + gentoo_lt_version="1.5.18" +-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` ++gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` + if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 |