mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
x11/boomer: attempt to unbreak the port in the build-as-user mode
Build artifacts are created under ~/.cache/nim/$projectname(_r|_d) by default and this naturally fails because nobody's home directory is /nonexistent. Use ${WRKDIR}/.nimcache instead which definitely exists and is writable. Nagged by: pkg-fallout
This commit is contained in:
parent
309167800f
commit
5fb9bd4bca
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ post-patch:
|
|||
|
||||
do-build:
|
||||
cd ${BUILD_WRKSRC} && nimble build --nim=${LOCALBASE}/nim/bin/nim \
|
||||
--localdeps --offline --reject --verbose -d:release -d:nimDebugDlOpen
|
||||
--nimcache:${WRKDIR}/.nimcache --localdeps --offline --reject \
|
||||
--verbose -d:release -d:nimDebugDlOpen
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/${PORTNAME} \
|
||||
|
|
Loading…
Add table
Reference in a new issue