diff options
author | grant <grant@pkgsrc.org> | 2004-12-21 13:50:23 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-21 13:50:23 +0000 |
commit | 3fe88ca7b04d2e850a7dbb14e8d6ff26f4ed66f4 (patch) | |
tree | 313e09e664b3d39f76bea72fdfec0f834a44fbf7 /devel/libtool-base | |
parent | 1ed537dcdd7da559b671ae62d2e955a8b6b5dbb6 (diff) | |
download | pkgsrc-3fe88ca7b04d2e850a7dbb14e8d6ff26f4ed66f4.tar.gz |
add DragonFly support from patch sent to libtool-patches:
http://lists.gnu.org/archive/html/libtool-patches/2004-12/msg00188.html
tested with gcc2 and gcc3 in-tree compilers.
bump PKGREVISION.
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 5b6358aece1..efc1effa215 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.49 2004/12/18 17:42:24 grant Exp $ +# $NetBSD: Makefile,v 1.50 2004/12/21 13:50:25 grant Exp $ # .include "../../devel/libtool/Makefile.common" PKGNAME= ${DISTNAME:S/-/-base-/} -PKGREVISION= 8 +PKGREVISION= 9 SVR4_PKGNAME= ltoob COMMENT= Generic shared library support script (the script itself) |