git: 16aff2e12fa1 - main - security/libgcrypt: enable asm on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 27 Apr 2022 13:40:00 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=16aff2e12fa1c4fe80447d9e457862c0b212577f

commit 16aff2e12fa1c4fe80447d9e457862c0b212577f
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-27 13:18:52 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-27 13:18:52 +0000

    security/libgcrypt: enable asm on powerpc
---
 security/libgcrypt/Makefile | 5 +----
 1 file changed, 1 insertion(+), 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