summaryrefslogtreecommitdiff
path: root/security/botan3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/botan3/Makefile')
-rw-r--r--security/botan3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan3/Makefile b/security/botan3/Makefile
index 0338032a2343..6f79df55eb9a 100644
--- a/security/botan3/Makefile
+++ b/security/botan3/Makefile
@@ -81,8 +81,8 @@ CHOSEN_COMPILER_TYPE= clang
CONFIGURE_ARGS+= --cc-abi="-march=armv8-a+crypto"
.elif ${ARCH:Mpowerpc64*}
CONFIGURE_ARGS+= --cpu="ppc64"
-.if !defined(MACHINE_CPU) || (defined(MACHINE_CPU) && !${MACHINE_ABI:Mvsx2})
-CONFIGURE_ARGS+= --disable-powercrypto
+.if !defined(MACHINE_CPU) || (defined(MACHINE_CPU) && !${MACHINE_CPU:Mvsx2})
+CONFIGURE_ARGS+= --disable-modules=aes_power8,ghash_cpu
.endif
.endif