summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-10-12 04:41:39 +0000
committertv <tv@pkgsrc.org>2004-10-12 04:41:39 +0000
commitd541cb0b84d3141d58a536ac6ef80db524034ea7 (patch)
tree9544e75ee9479137fc577603ecbbf33ecae573c6 /devel/libtool-base
parent50910b9f1b1e8d00a2334a48099eb4eeb6626f47 (diff)
downloadpkgsrc-d541cb0b84d3141d58a536ac6ef80db524034ea7.tar.gz
Another Interix fubar workaround: C++ libs weren't linking in libtool
because Interix installs completely hosed .la files for libstdc++ and libsupc++. Make libtool instead trust g++ to DTRT.
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 c8a04b28031..e55a996c03f 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2004/10/11 16:51:56 tv Exp $
+# $NetBSD: Makefile,v 1.43 2004/10/12 04:41:39 tv Exp $
#
PKGNAME= ${DISTNAME:C/-/-base-/}
-PKGREVISION= 3
+PKGREVISION= 4
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)