summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authorjoerg <joerg>2006-02-28 23:34:46 +0000
committerjoerg <joerg>2006-02-28 23:34:46 +0000
commited0bbc6f687236941cb5475065de49a8afceca7c (patch)
tree92095e3bb8c176500e0e254af3163ac5c0e250d4 /devel/libtool-base
parent14bab48c8d35d9347bd9fe81d13ca1eaa4f7a573 (diff)
downloadpkgsrc-ed0bbc6f687236941cb5475065de49a8afceca7c.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/Makefile4
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)