summaryrefslogtreecommitdiff
path: root/devel/libltdl/buildlink3.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-15 17:35:36 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-15 17:35:36 +0000
commit93a084216f32069a4ca62f8111615c2506e8aae6 (patch)
tree52e09274223d3f08d8727d1e2bee952a45812e37 /devel/libltdl/buildlink3.mk
parent0092718c4f9259f0d0ee1524ae09031a0a0a9419 (diff)
downloadpkgsrc-93a084216f32069a4ca62f8111615c2506e8aae6.tar.gz
Update to libtool-2.2.6b. This switches libtool to the new main branch.
Changes are many, important for pkgsrc: - much higher speed (up to 30% faster for the overall build of libX11) - less magic for detection of the tag The pkgsrc integration of f2c has been changed to be more sane. libtool itself now depends on the f2c frontend to use proper auto-configuration and only fakes up the library. This part is encapsulated in mk/compiler/f2c.mk.
Diffstat (limited to 'devel/libltdl/buildlink3.mk')
-rw-r--r--devel/libltdl/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libltdl/buildlink3.mk b/devel/libltdl/buildlink3.mk
index dc6c63bb6e6..009b89b6d50 100644
--- a/devel/libltdl/buildlink3.mk
+++ b/devel/libltdl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:24:20 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2009/12/15 17:35:36 joerg Exp $
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "NetBSD"
@@ -14,7 +14,7 @@ BUILDLINK_TREE+= libltdl
.if !defined(LIBLTDL_BUILDLINK3_MK)
LIBLTDL_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.libltdl+= libltdl>=1.5.10
+BUILDLINK_API_DEPENDS.libltdl+= libltdl>=2.2.6
BUILDLINK_PKGSRCDIR.libltdl?= ../../devel/libltdl
.include "../../mk/dlopen.buildlink3.mk"