git: 980021a79ff1 - main - security/botan2: enable rng on both BE and LE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 08 Aug 2023 14:59:01 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=980021a79ff1a438c5ea895c3242340a8e433b43 commit 980021a79ff1a438c5ea895c3242340a8e433b43 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-08-08 09:38:57 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-08-08 14:58:31 +0000 security/botan2: enable rng on both BE and LE --- security/botan2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 7571312a2525..6d11a7e2137f 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -87,7 +87,7 @@ PLIST_SUB+= HAS_RDRAND_RNG="" PLIST_SUB+= HAS_RDRAND_RNG="@comment " .endif -.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc64 +.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*} PLIST_SUB+= HAS_PROCESSOR_RNG="" .else PLIST_SUB+= HAS_PROCESSOR_RNG="@comment "