summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2004-10-12 04:41:39 +0000
committertv <tv>2004-10-12 04:41:39 +0000
commitc15464866d3194eb28f9cdcc42fbf30c9307e375 (patch)
tree9544e75ee9479137fc577603ecbbf33ecae573c6 /devel/libtool-base
parente4f24617de82fd7a76b17f5b8733b0c588330215 (diff)
downloadpkgsrc-c15464866d3194eb28f9cdcc42fbf30c9307e375.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)