pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk No need to define LIBTOOL_OVERRIDE explicitly since...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13308ffb10d6
branches:  trunk
changeset: 515742:13308ffb10d6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 07 14:29:41 2006 +0000

description:
No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mk
will search for libtool scripts up to ${OVERRIDE_DIRDEPTH} below
${WRKSRC} already.

diffstat:

 mk/bsd.pkg.use.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6f5d340e024a -r 13308ffb10d6 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Fri Jul 07 14:25:54 2006 +0000
+++ b/mk/bsd.pkg.use.mk Fri Jul 07 14:29:41 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.35 2006/07/05 04:32:10 jlam Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.36 2006/07/07 14:29:41 jlam Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -93,7 +93,6 @@
 BUILD_DEPENDS+=                libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base
 CONFIGURE_ENV+=                LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
 MAKE_ENV+=             LIBTOOL="${LIBTOOL} ${LIBTOOL_FLAGS}"
-LIBTOOL_OVERRIDE?=     libtool */libtool */*/libtool
 .endif
 
 ### USE_XPKGWEDGE



Home | Main Index | Thread Index | Old Index