pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Indexing starts by 1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee9702d51a54
branches:  trunk
changeset: 643180:ee9702d51a54
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 12 10:12:50 2014 +0000

description:
Indexing starts by 1.

diffstat:

 mk/cwrappers.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 869c970e9f0d -r ee9702d51a54 mk/cwrappers.mk
--- a/mk/cwrappers.mk   Fri Dec 12 09:57:43 2014 +0000
+++ b/mk/cwrappers.mk   Fri Dec 12 10:12:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: cwrappers.mk,v 1.18 2014/12/10 23:26:21 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.19 2014/12/12 10:12:50 joerg Exp $
 #
 # This Makefile fragment implements integration of pkgtools/cwrappers.
 
@@ -64,7 +64,7 @@
        ${RUN}echo worklog=${WRKLOG:Q} > ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
        ${RUN}echo wrksrc=${WRKSRC:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
        ${RUN}case ${wrappee} in *libtool) ;; *) echo path=${_PATH_ORIG:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}};; esac
-       ${RUN}echo exec_path=${CWRAPPERS_BIN_DIR}/${CWRAPPERS_ALIASES.${wrappee}:[0]} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
+       ${RUN}echo exec_path=${CWRAPPERS_BIN_DIR}/${CWRAPPERS_ALIASES.${wrappee}:[1]} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
        ${RUN}echo exec=${CWRAPPERS_WRAPPEE.${wrappee}:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}
 .  for cmd in ${WRAPPER_REORDER_CMDS}
        ${RUN}echo reorder=${cmd:S/^reorder://:Q} >> ${CWRAPPERS_CONFIG_DIR}/${CWRAPPERS_CONFIG.${wrappee}}



Home | Main Index | Thread Index | Old Index