Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2021 09:00:38 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: 0053176cbbb9 - main - security/gnupg1: fix build on powerpc
Message-ID:  <202106160900.15G90c7f015440@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=0053176cbbb9eea53a817fa0db6249be17ea5ab4

commit 0053176cbbb9eea53a817fa0db6249be17ea5ab4
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-16 09:00:23 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-06-16 09:00:23 +0000

    security/gnupg1: fix build on powerpc
---
 security/gnupg1/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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:



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