Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2022 13:40:00 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: 16aff2e12fa1 - main - security/libgcrypt: enable asm on powerpc
Message-ID:  <202204271340.23RDe0Gr072286@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=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



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