summaryrefslogtreecommitdiff
path: root/devel/libtool-base
diff options
context:
space:
mode:
authortv <tv>2005-09-21 20:31:21 +0000
committertv <tv>2005-09-21 20:31:21 +0000
commitf0dffe087e7699f26dd9cdcc736b7ae49c82aca0 (patch)
tree960016c4345a8ce28788fbd814bf3cbdbfc28255 /devel/libtool-base
parent1eca7273c8afae95d12f99d27726ce02b4a9b0bd (diff)
downloadpkgsrc-f0dffe087e7699f26dd9cdcc736b7ae49c82aca0.tar.gz
Add change from MirOS that resets $versuffix2 to empty if -avoid-version is used;
makes -avoid-version work properly on platforms using $versuffix2 (e.g., OpenBSD, FreeBSD, DragonFly). Bump PKGREVISION (and will bump LIBTOOL_REQD shortly). MirOS change by Benny Siegert <bsiegert@mirbsd.org>. Noted in private mail by Thorsten Glaser <tg@66h.42h.de>.
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 220b047d485..0ccfa418e68 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/07/13 15:58:44 tv Exp $
+# $NetBSD: Makefile,v 1.72 2005/09/21 20:31:21 tv Exp $
###########################################################################
###########################################################################
@@ -26,7 +26,7 @@
.include "../../devel/libtool/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-base-/}
-PKGREVISION= 4
+PKGREVISION= 5
SVR4_PKGNAME= ltoob
COMMENT= Generic shared library support script (the script itself)