Skip to content

Commit

Permalink
security/gnupg1: fix build on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Jun 16, 2021
1 parent 1449668 commit 0053176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/gnupg1/Makefile
Expand Up @@ -54,6 +54,8 @@ NLS_CONFIGURE_ENABLE= nls

.if ${ARCH} == "i386" && ${COMPILER_TYPE} == "clang"
CFLAGS+= -fheinous-gnu-extensions
.elif ${ARCH} == powerpc
USE_GCC= yes
.endif

post-install-DOCS-on:
Expand Down

0 comments on commit 0053176

Please sign in to comment.