Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nim lang/nim: maybe fix build in sandbox
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf77e545e963
branches: trunk
changeset: 434345:cf77e545e963
user: nikita <nikita%pkgsrc.org@localhost>
date: Sun Jun 14 16:15:54 2020 +0000
description:
lang/nim: maybe fix build in sandbox
diffstat:
lang/nim/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 211ade15222f -r cf77e545e963 lang/nim/Makefile
--- a/lang/nim/Makefile Sun Jun 14 16:12:09 2020 +0000
+++ b/lang/nim/Makefile Sun Jun 14 16:15:54 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/05/14 19:18:23 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2020/06/14 16:15:54 nikita Exp $
DISTNAME= nim-1.2.0
PKGREVISION= 1
@@ -18,7 +18,7 @@
printf '#! %s\nexec %s _=%s/nim/bin/nim %s/nim/bin/nim "$$@"\n' \
"${SH}" "${SETENV}" "${PREFIX}" "${PREFIX}" \
> ${WRKSRC}/nim-wrapper.sh
- cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} bin/nim c --skipUserCfg --skipParentCfg koch
+ cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ./bin/nim c --skipUserCfg --skipParentCfg koch
cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ./koch boot -d:release --skipUserCfg --skipParentCfg
cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ./koch tools --skipUserCfg --skipParentCfg
Home |
Main Index |
Thread Index |
Old Index