diff options
author | tv <tv@pkgsrc.org> | 2004-11-11 22:29:03 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-11-11 22:29:03 +0000 |
commit | 0bd444ae35c67d531bd9063e4677de9b581e0343 (patch) | |
tree | e2ccc46240d904f793dcf9f6a5a18b0e7ea9e0c0 /devel/libtool-base/Makefile | |
parent | fbcbe78f2d1a771c87ad2d82520086e3c50aa42b (diff) | |
download | pkgsrc-0bd444ae35c67d531bd9063e4677de9b581e0343.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/Makefile')
-rw-r--r-- | devel/libtool-base/Makefile | 4 |
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) |