aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:18:52 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:18:52 +0000
commit16aff2e12fa1c4fe80447d9e457862c0b212577f (patch)
tree03a5ea6f76913130dd435ade9a1dbafe079dfda9
parentd77c919d01aaa4ea44048518d76189009306283d (diff)
downloadports-16aff2e12fa1c4fe80447d9e457862c0b212577f.tar.gz
ports-16aff2e12fa1c4fe80447d9e457862c0b212577f.zip
security/libgcrypt: enable asm on powerpc
-rw-r--r--security/libgcrypt/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile
index 38d3efb710ea..adeeabf89a5e 100644
--- a/security/libgcrypt/Makefile
+++ b/security/libgcrypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libgcrypt
DISTVERSION= 1.9.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG
@@ -39,10 +40,6 @@ STATIC_CONFIGURE_ENABLE= static
.include <bsd.port.options.mk>
-.if ${ARCH} == "powerpc"
-CONFIGURE_ARGS+= --disable-asm
-.endif
-
.if ${ARCH} == "armv6" || ${ARCH} == "armv7"
CONFIGURE_ARGS+= --disable-jent-support
.endif