diff options
author | skrll <skrll@pkgsrc.org> | 2001-02-27 08:20:23 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-02-27 08:20:23 +0000 |
commit | ba7d9319bdcebba43e711aa8c805f2da246f2b89 (patch) | |
tree | 31876350654b4ad2b95104766e43093187eddbb4 /devel/libtool-base | |
parent | 5e25ef6b707144faca846df0b84922c48bb89b09 (diff) | |
download | pkgsrc-ba7d9319bdcebba43e711aa8c805f2da246f2b89.tar.gz |
Update libtool to be based on a CVS snapshot of the multi-language branch
Diffstat (limited to 'devel/libtool-base')
-rw-r--r-- | devel/libtool-base/Makefile | 6 | ||||
-rw-r--r-- | devel/libtool-base/pkg/PLIST | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile index 1a5fa7caa71..dc11bbacb44 100644 --- a/devel/libtool-base/Makefile +++ b/devel/libtool-base/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2001/02/19 17:20:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/27 08:20:26 skrll Exp $ # .include "../libtool/Makefile.common" -PKGNAME= ${DISTNAME:C/-/-base-/}${PKGREV} +PKGNAME= ${PKGPFX:C/-/-base-/}${PKGREV} COMMENT= Generic shared library support script (the script itself) @@ -28,3 +28,5 @@ CONFIGURE_ARGS= --enable-ltdl-install .endif .include "../../mk/bsd.pkg.mk" + +LDFLAGS= # Blank diff --git a/devel/libtool-base/pkg/PLIST b/devel/libtool-base/pkg/PLIST index 5941dc06fc0..f3b92057e60 100644 --- a/devel/libtool-base/pkg/PLIST +++ b/devel/libtool-base/pkg/PLIST @@ -1,13 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/03 05:26:03 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/02/27 08:20:26 skrll Exp $ bin/libtool bin/libtoolize include/ltdl.h lib/libltdl.a lib/libltdl.la lib/libltdl.so -lib/libltdl.so.1 -lib/libltdl.so.1.2 +lib/libltdl.so.3 +lib/libltdl.so.3.0 share/aclocal/libtool.m4 +share/aclocal/ltdl.m4 share/libtool/config.guess share/libtool/config.sub share/libtool/libltdl/COPYING.LIB @@ -23,6 +24,9 @@ share/libtool/libltdl/configure.in share/libtool/libltdl/ltdl.c share/libtool/libltdl/ltdl.h share/libtool/libltdl/stamp-h.in +share/libtool/ltcf-c.sh +share/libtool/ltcf-cxx.sh +share/libtool/ltcf-gcj.sh share/libtool/ltconfig share/libtool/ltmain.sh @dirrm share/libtool/libltdl |