diff options
author | tv <tv@pkgsrc.org> | 2005-09-21 20:31:21 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-09-21 20:31:21 +0000 |
commit | 221c7d561f7f88c6ab528118b6f0fecf75d1fc9b (patch) | |
tree | 960016c4345a8ce28788fbd814bf3cbdbfc28255 /devel/libtool-base | |
parent | 0d9f1f5e825a7a292e551490f038ed4b3997fe8d (diff) | |
download | pkgsrc-221c7d561f7f88c6ab528118b6f0fecf75d1fc9b.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/Makefile | 4 |
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) |