git: 275e17b0296f - main - net-p2p/bitmark: enable on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Mar 2023 11:27:34 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=275e17b0296fb4b648a51a537ccff215d8ad08f0 commit 275e17b0296fb4b648a51a537ccff215d8ad08f0 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-26 14:28:33 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-27 11:25:00 +0000 net-p2p/bitmark: enable on riscv64 Builds fine. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) --- net-p2p/bitmark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/bitmark/Makefile b/net-p2p/bitmark/Makefile index 60022b3e9970..19d9851f394e 100644 --- a/net-p2p/bitmark/Makefile +++ b/net-p2p/bitmark/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/bitmark-inc/bitmarkd LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 riscv64 ONLY_FOR_ARCHS_REASON= depends on go which is not supported in this architecture LIB_DEPENDS= libargon2.so:security/libargon2 \