summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2004-11-11 22:29:03 +0000
committertv <tv>2004-11-11 22:29:03 +0000
commit72ab6d5c34f607de2c78c0a9fc670ff97f578ad9 (patch)
treee2ccc46240d904f793dcf9f6a5a18b0e7ea9e0c0 /devel/libtool-base
parentc75a2a2cbd1af635ec86088d36f63499bc6d61a6 (diff)
downloadpkgsrc-72ab6d5c34f607de2c78c0a9fc670ff97f578ad9.tar.gz
Fix C++ linkage on modern NetBSD ELF by using a more standard link command.
Based on jlam's patch to tech-pkg. Bump PKGREVISION to 1.5.0nb6.
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 57672c05658..60307a97385 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.45 2004/10/14 19:07:46 tv Exp $
+# $NetBSD: Makefile,v 1.46 2004/11/11 22:29:03 tv Exp $
#
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 5
+PKGREVISION= 6
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)