git: 640532843b66 - main - devel/codebase-memory-mcp: Do not compile on 32bits
Olivier Cochard <[email protected]> Tue, 04 Aug 2026 19:05:15 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=640532843b664af230e7a3d20da1e4ec15575808 commit 640532843b664af230e7a3d20da1e4ec15575808 Author: Olivier Cochard <[email protected]> AuthorDate: 2026-08-04 19:01:42 +0000 Commit: Olivier Cochard <[email protected]> CommitDate: 2026-08-04 19:03:46 +0000 devel/codebase-memory-mcp: Do not compile on 32bits Reported by: pkg-fallout --- devel/codebase-memory-mcp/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devel/codebase-memory-mcp/Makefile b/devel/codebase-memory-mcp/Makefile index 4fd5bc910b15..394b5d3c0e06 100644 --- a/devel/codebase-memory-mcp/Makefile +++ b/devel/codebase-memory-mcp/Makefile @@ -14,6 +14,9 @@ USES= gmake compiler:c11 USE_GITHUB= yes GH_ACCOUNT= DeusData +# Assumes a 64-bit size_t; fails to build on 32-bit archs +ONLY_FOR_ARCHS= aarch64 amd64 + PLIST_FILES= bin/codebase-memory-mcp SUB_FILES= pkg-message