git: 4dd45b213480 - main - net/nsq: enable on i386, riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 11:27:36 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=4dd45b213480b4977cdc1a5819145212f7dfae2d commit 4dd45b213480b4977cdc1a5819145212f7dfae2d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 18:45:54 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:00 +0000 net/nsq: enable on i386, riscv64 Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- net/nsq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nsq/Makefile b/net/nsq/Makefile index 92fac836c2ba..ed4f7faaed31 100644 --- a/net/nsq/Makefile +++ b/net/nsq/Makefile @@ -10,7 +10,7 @@ WWW= https://nsq.io LICENSE= MIT -ONLY_FOR_ARCHS= aarch64 amd64 armv7 +ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 riscv64 USES= go:modules