Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110678622
D24585.id71031.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
921 B
Referenced Files
None
Subscribers
None
D24585.id71031.diff
View Options
Index: lang/nim/Makefile
===================================================================
--- lang/nim/Makefile
+++ 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
Sat, Feb 22, 7:49 PM (4 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16778658
Default Alt Text
D24585.id71031.diff (921 B)
Attached To
Mode
D24585: lang/nim: Fix build within poudriere
Attached
Detach File
Event Timeline
Log In to Comment