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
commit6d8b370e3cd6c9e4cf5c58cfc572670de37f02eb (patch)
treee2ccc46240d904f793dcf9f6a5a18b0e7ea9e0c0 /devel/libtool-base
parentcb95176e5c423c7ac1a985c0090ff2f3ee8fc9f5 (diff)
downloadpkgsrc-6d8b370e3cd6c9e4cf5c58cfc572670de37f02eb.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)