pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Use ${PKG_LIBTOOL} to refer to the full path to the...
details: https://anonhg.NetBSD.org/pkgsrc/rev/abb6fbe34492
branches: trunk
changeset: 467906:abb6fbe34492
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun Feb 08 03:50:43 2004 +0000
description:
Use ${PKG_LIBTOOL} to refer to the full path to the real libtool.
diffstat:
mk/bsd.pkg.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 44afb65907e3 -r abb6fbe34492 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sun Feb 08 03:47:08 2004 +0000
+++ b/mk/bsd.pkg.mk Sun Feb 08 03:50:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1378 2004/02/08 02:59:14 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1379 2004/02/08 03:50:43 jlam Exp $
#
# This file is in the public domain.
#
@@ -2308,7 +2308,7 @@
${_PKG_SILENT}${_PKG_DEBUG} \
if [ -f ${ltconfig} ]; then \
${RM} -f ${ltconfig}; \
- ${ECHO} "${RM} -f libtool; ${LN} -s ${LIBTOOL} libtool" \
+ ${ECHO} "${RM} -f libtool; ${LN} -s ${PKG_LIBTOOL} libtool" \
> ${ltconfig}; \
${CHMOD} +x ${ltconfig}; \
fi
@@ -2385,7 +2385,7 @@
${_PKG_SILENT}${_PKG_DEBUG} \
if [ -f ${libtool} ]; then \
(${ECHO} '#!${CONFIG_SHELL}'; \
- ${ECHO} 'exec ${LIBTOOL} "$$@"'; \
+ ${ECHO} 'exec ${PKG_LIBTOOL} "$$@"'; \
) > ${libtool}.override; \
if [ -x ${libtool} ]; then \
${CHMOD} +x ${libtool}.override; \
Home |
Main Index |
Thread Index |
Old Index