Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Aug 2023 14:59:01 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 980021a79ff1 - main - security/botan2: enable rng on both BE and LE
Message-ID:  <202308081459.378Ex1Gj074254@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308081459.378Ex1Gj074254>