aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 09:38:57 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-08 14:58:31 +0000
commit980021a79ff1a438c5ea895c3242340a8e433b43 (patch)
tree73114752c2d44766afc74bd49d747477e1a8433b
parent55b4ccd8ea0684c8991e31cf4a6c33602217cf6d (diff)
downloadports-980021a79ff1a438c5ea895c3242340a8e433b43.tar.gz
ports-980021a79ff1a438c5ea895c3242340a8e433b43.zip
security/botan2: enable rng on both BE and LE
-rw-r--r--security/botan2/Makefile2
1 files changed, 1 insertions, 1 deletions
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 "