Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161466242
D24585.id71061.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
936 B
Referenced Files
None
Subscribers
None
D24585.id71061.diff
View Options
Index: head/lang/nim/Makefile
===================================================================
--- head/lang/nim/Makefile
+++ head/lang/nim/Makefile
@@ -45,13 +45,14 @@
cd ${WRKSRC} && ${SETENV} CC="${CC}" LINKER="${CC}" \
COMP_FLAGS="${CPPFLAGS} ${CFLAGS}" LINK_FLAGS="${LDFLAGS}" \
${SH} build.sh
- cd ${WRKSRC} && bin/nim c --parallelBuild=${MAKE_JOBS_NUMBER} --nimcache=${WRKSRC}/nimcache koch
+ cd ${WRKSRC} && bin/nim c --parallelBuild=${MAKE_JOBS_NUMBER} \
+ --nimcache=${WRKDIR}/nimcache koch
cd ${WRKSRC} && ./koch boot --parallelBuild=${MAKE_JOBS_NUMBER} \
- -d:release
+ -d:release --nimcache=${WRKDIR}/nimcache
do-build-TOOLS-on:
- cd ${WRKSRC} && ./koch tools --parallelBuild=${MAKE_JOBS_NUMBER} \
- -d:release
+ cd ${WRKSRC} && ./koch toolsNoNimble --parallelBuild=${MAKE_JOBS_NUMBER} \
+ -d:release --nimcache=${WRKDIR}/nimcache
do-install:
cd ${WRKSRC} && ${SH} install.sh ${STAGEDIR}${PREFIX}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 5, 2:07 AM (17 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34686694
Default Alt Text
D24585.id71061.diff (936 B)
Attached To
Mode
D24585: lang/nim: Fix build within poudriere
Attached
Detach File
Event Timeline
Log In to Comment