Skip to content

Commit

Permalink
security/libgcrypt: enable asm on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent d77c919 commit 16aff2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions security/libgcrypt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libgcrypt
DISTVERSION= 1.9.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 16aff2e

Please sign in to comment.