pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fix path to cross-libtool-base in TOOL_DEPENDS+= fo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7564abda1d08
branches: trunk
changeset: 359247:7564abda1d08
user: kamil <kamil%pkgsrc.org@localhost>
date: Sun Mar 05 10:38:37 2017 +0000
description:
Fix path to cross-libtool-base in TOOL_DEPENDS+= for crossbuilding
diffstat:
mk/bsd.pkg.use.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0a12837b17ca -r 7564abda1d08 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Sun Mar 05 10:36:40 2017 +0000
+++ b/mk/bsd.pkg.use.mk Sun Mar 05 10:38:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.use.mk,v 1.65 2017/01/18 05:33:39 taca Exp $
+# $NetBSD: bsd.pkg.use.mk,v 1.66 2017/03/05 10:38:37 kamil Exp $
#
# Turn USE_* macros into proper depedency logic. Included near the top of
# bsd.pkg.mk, after bsd.prefs.mk.
@@ -99,7 +99,7 @@
.if defined(USE_LIBTOOL)
LIBTOOL_REQD?= 2.4.2nb9
.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS])
-TOOL_DEPENDS+= cross-libtool-base-${MACHINE_ARCH}>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../cross/libtool-base
+TOOL_DEPENDS+= cross-libtool-base-${MACHINE_ARCH}>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../cross/cross-libtool-base
.else
TOOL_DEPENDS+= libtool-base>=${_OPSYS_LIBTOOL_REQD:U${LIBTOOL_REQD}}:../../devel/libtool-base
.endif
Home |
Main Index |
Thread Index |
Old Index