git: 4ccb612e5abd - main - misc/gemini-cli: fix gyp error during build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 Mar 2026 17:48:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4ccb612e5abd8f6bf0b7a23ddc2e77ae7968c10e
commit 4ccb612e5abd8f6bf0b7a23ddc2e77ae7968c10e
Author: Norikatsu Shigemura <nork@FreeBSD.org>
AuthorDate: 2026-03-28 17:46:55 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-28 17:46:55 +0000
misc/gemini-cli: fix gyp error during build
PR: 294070
---
misc/gemini-cli/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/misc/gemini-cli/Makefile b/misc/gemini-cli/Makefile
index bfbe8c7e24db..3d52fc58de7f 100644
--- a/misc/gemini-cli/Makefile
+++ b/misc/gemini-cli/Makefile
@@ -57,7 +57,7 @@ do-build:
# Build native modules for node-pty
@cd ${WRKSRC}/lib/node_modules/${PACKAGE_NAME}/node_modules/node-pty && \
${SETENV} HOME=${WRKDIR} CFLAGS="-I${LOCALBASE}/include" CXXFLAGS="-I${LOCALBASE}/include" \
- npm rebuild --nodedir=${LOCALBASE}
+ PYTHON=${PYTHON_CMD} npm rebuild --nodedir=${LOCALBASE}
do-install:
# install files