summaryrefslogtreecommitdiff
path: root/devel/libltdl
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-01-30 22:19:56 +0000
committertv <tv@pkgsrc.org>2006-01-30 22:19:56 +0000
commitf6b0d765bb98c58ae5bc0de2a4502e1b8dc50330 (patch)
tree82048ab4b0a8a517ce163b4d0e26f0d7a8162188 /devel/libltdl
parent601b0e77c99750448dba803ac7751c20f64a1b04 (diff)
downloadpkgsrc-f6b0d765bb98c58ae5bc0de2a4502e1b8dc50330.tar.gz
Update libtool to 1.5.22. Too many changes for CVS commit logs; here's
some highlighted changes: * Fixes minor /tmp race condition bug. * Integrated Interix support; no longer requires pkgsrc hackery. * shlibtool is a wrapper using the (now working) "--tag=disable-static". * Several other bugs fixed, removing some pkgsrc-local changes.
Diffstat (limited to 'devel/libltdl')
-rw-r--r--devel/libltdl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/libltdl/Makefile b/devel/libltdl/Makefile
index e19467d6619..34863868cbe 100644
--- a/devel/libltdl/Makefile
+++ b/devel/libltdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/11/26 09:39:30 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/30 22:19:57 tv Exp $
#
.include "../../devel/libtool/Makefile.common"
@@ -13,7 +13,6 @@ CONFLICTS+= libtool<=1.3.5nb11 libtool-base<=1.5.10nb4
USE_LIBTOOL= yes
CONFIGURE_ARGS+=--enable-libltdl-install
-CONFIGURE_DIRS= ${WRKSRC}/libltdl
BUILD_DIRS= ${WRKSRC}/libltdl
.include "../../mk/dlopen.buildlink3.mk"