aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-16 09:00:23 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-06-16 09:00:23 +0000
commit0053176cbbb9eea53a817fa0db6249be17ea5ab4 (patch)
treeb4eff7e90c45a3d6bce3f5cb94be72c744897e82
parent144966854201eb305efd03adfdf2735194d786f8 (diff)
downloadports-0053176cbbb9eea53a817fa0db6249be17ea5ab4.tar.gz
ports-0053176cbbb9eea53a817fa0db6249be17ea5ab4.zip
security/gnupg1: fix build on powerpc
-rw-r--r--security/gnupg1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile
index f782ebdc0127..9fe219b39a5d 100644
--- a/security/gnupg1/Makefile
+++ b/security/gnupg1/Makefile
@@ -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: