git: 6d8eb4f8ffd7 - main - devel/bbparse: also builds fine on aarch64, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Feb 2025 13:26:31 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d8eb4f8ffd7dcb24bf71d49e8725005751ea630 commit 6d8eb4f8ffd7dcb24bf71d49e8725005751ea630 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2025-01-30 13:28:53 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-11 13:25:53 +0000 devel/bbparse: also builds fine on aarch64, riscv64 Approved by: portmgr (build fix blanket) MFH: 2025Q1 --- devel/bbparse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/bbparse/Makefile b/devel/bbparse/Makefile index fec5a74e914a..8e264b3b66b6 100644 --- a/devel/bbparse/Makefile +++ b/devel/bbparse/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/Netflix/bbparse LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 USE_GITHUB= yes GH_ACCOUNT= Netflix