diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-28 23:34:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-28 23:34:46 +0000 |
commit | 8cbe3ad7dd9961398ea69505f880fae6854df3ee (patch) | |
tree | 92095e3bb8c176500e0e254af3163ac5c0e250d4 /devel/libtool-base | |
parent | 6bd06c9cd1a1fe59f8288b845e2876bea7c32a03 (diff) | |
download | pkgsrc-8cbe3ad7dd9961398ea69505f880fae6854df3ee.tar.gz |
Comment out a fragment of ltmain.sh, which breaks the installation
of postgresql80-client. According to Ralf Wildenhues from libtool,
this fragment is just broken and the pre-1.5.21 was effectively a NOP.
Bump libtool-base revision.
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index c74ba6e3517..4b5e1e3a59f 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2006/02/06 18:57:30 tv Exp $ +# $NetBSD: Makefile,v 1.76 2006/02/28 23:34:46 joerg Exp $ ########################################################################### ########################################################################### @@ -26,7 +26,7 @@ .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |