pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nim



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sun Jun 14 16:15:54 UTC 2020

Modified Files:
        pkgsrc/lang/nim: Makefile

Log Message:
lang/nim: maybe fix build in sandbox


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/nim/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nim/Makefile
diff -u pkgsrc/lang/nim/Makefile:1.14 pkgsrc/lang/nim/Makefile:1.15
--- pkgsrc/lang/nim/Makefile:1.14       Thu May 14 19:18:23 2020
+++ pkgsrc/lang/nim/Makefile    Sun Jun 14 16:15:54 2020
@@ -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 @@ do-build:
        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