summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-11-29 22:20:40 +0000
committerjoerg <joerg@pkgsrc.org>2014-11-29 22:20:40 +0000
commit1ab4186156543dd1d99c77c5932a10cf6b80aa5e (patch)
tree32b20a668461e6b192aaafb175344c59790c5e50 /mk
parent62ea548ef084be41459eef3b1f1eca3d8560b46c (diff)
downloadpkgsrc-1ab4186156543dd1d99c77c5932a10cf6b80aa5e.tar.gz
Provide exec_path for cwrappers-20141129 and require that version.
Diffstat (limited to 'mk')
-rw-r--r--mk/cwrappers.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/cwrappers.mk b/mk/cwrappers.mk
index 77f07753b63..389e25da447 100644
--- a/mk/cwrappers.mk
+++ b/mk/cwrappers.mk
@@ -1,8 +1,8 @@
-# $NetBSD: cwrappers.mk,v 1.14 2014/11/29 00:53:13 joerg Exp $
+# $NetBSD: cwrappers.mk,v 1.15 2014/11/29 22:20:40 joerg Exp $
#
# This Makefile fragment implements integration of pkgtools/cwrappers.
-BUILD_DEPENDS+= cwrappers>=20141127:../../pkgtools/cwrappers
+BUILD_DEPENDS+= cwrappers>=20141129:../../pkgtools/cwrappers
CWRAPPERS_SRC_DIR= ${PREFIX}/libexec/cwrappers
CWRAPPERS_BIN_DIR= ${WRKDIR}/.cwrapper/bin
@@ -63,6 +63,7 @@ generate-cwrappers:
${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=${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}}