git: 779b2335f5cb - main - net-im/matterircd: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 11:27:40 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=779b2335f5cbac2a200f33591e93e1521e562d50 commit 779b2335f5cbac2a200f33591e93e1521e562d50 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 19:48:10 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:01 +0000 net-im/matterircd: enable on riscv64 Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- net-im/matterircd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index a4656457a49e..1c12b6d0db1a 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/42wim/matterircd LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64 USES= go:modules USE_GITHUB= yes