git: 38c5ea22d41f - main - devel/statik: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 11:27:37 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=38c5ea22d41f65a7b4031822d45ff0f3a1d1cc94 commit 38c5ea22d41f65a7b4031822d45ff0f3a1d1cc94 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 18:52:41 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:01 +0000 devel/statik: enable on riscv64 Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- devel/statik/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/statik/Makefile b/devel/statik/Makefile index 300f430d2e95..a1c1b04864e9 100644 --- a/devel/statik/Makefile +++ b/devel/statik/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/rakyll/statik LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 USES= go USE_GITHUB= yes