summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-11 22:29:03 +0000
committertv <tv@pkgsrc.org>2004-11-11 22:29:03 +0000
commiteb0a40e8458e6a5deb73526b8a3a2096cf55abe8 (patch)
treee2ccc46240d904f793dcf9f6a5a18b0e7ea9e0c0 /devel/libtool-base
parent6e7388582e14bb6b4eb0872a5ae196cc96ec50d5 (diff)
downloadpkgsrc-eb0a40e8458e6a5deb73526b8a3a2096cf55abe8.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)