git: 6a123f20d383 - main - security/picocrypt: Fix ONLY_FOR_ARCHS arm64 -> aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 10:45:28 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=6a123f20d38315570ac3061a008c950cfff211c7 commit 6a123f20d38315570ac3061a008c950cfff211c7 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2023-06-13 10:43:38 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2023-06-13 10:45:11 +0000 security/picocrypt: Fix ONLY_FOR_ARCHS arm64 -> aarch64 --- security/picocrypt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/picocrypt/Makefile b/security/picocrypt/Makefile index c14d7a0b14a9..997d49113637 100644 --- a/security/picocrypt/Makefile +++ b/security/picocrypt/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/HACKERALERT/Picocrypt LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/../LICENSE -ONLY_FOR_ARCHS= amd64 arm64 mips64 powerpc64 powerpc64le riscv64 sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 mips64 powerpc64 powerpc64le riscv64 sparc64 ONLY_FOR_ARCHS_REASON= upstream only supports 64-bit # https://github.com/HACKERALERT/Picocrypt/issues/127