summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-10-26 07:47:38 +0000
committerskrll <skrll@pkgsrc.org>2001-10-26 07:47:38 +0000
commit1034b557a92af3280e215ccec2eb5609375268cc (patch)
tree825f167dccb10c03f571dbf1ee0e04f69b8d6e3b /mk
parent95baf3f8cdd225a58225375863e02595da969e06 (diff)
downloadpkgsrc-1034b557a92af3280e215ccec2eb5609375268cc.tar.gz
Fix ltcf-cxx.sh to work on -current/new toolchains. That is make sure that
/usr/lib/crtbeginS.o and /usr/lib/crtendS.o make it into {pre,post}dep_objects. Fixes pkg/14353 from Witold J. Wnuk <witek@pd37.warszawa.sdi.tpnet.pl> Tested as "still" working on 1.5.2. Bump minor number of pkg and make pkgsrc depend on this version.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d63a2ccb96d..5893a677979 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.829 2001/10/25 18:12:53 tron Exp $
+# $NetBSD: bsd.pkg.mk,v 1.830 2001/10/26 07:47:38 skrll Exp $
#
# This file is in the public domain.
#
@@ -261,7 +261,7 @@ LIBS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ENV+= LIBS="${LIBS}"
.endif
-LIBTOOL_REQD= 1.4.20010219nb6
+LIBTOOL_REQD= 1.4.20010614nb4
.if defined(USE_LIBTOOL)
LIBTOOL= ${LOCALBASE}/bin/libtool
. if defined(USE_LTDL)