git: 44f985f0ad0e - main - security/gnupg1: drop binutils on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:58:33 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=44f985f0ad0e10cb5b5658a2322b3c37355b71a0 commit 44f985f0ad0e10cb5b5658a2322b3c37355b71a0 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-29 14:55:31 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:57:21 +0000 security/gnupg1: drop binutils on powerpc --- security/gnupg1/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 95f62b7fb511..e7710a6a634d 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -58,11 +58,6 @@ NLS_CONFIGURE_ENABLE= nls CFLAGS+= -fheinous-gnu-extensions .endif -.if ${ARCH} == "powerpc" && ${COMPILER_TYPE} == "clang" -BUILD_DEPENDS+= as:devel/binutils -CFLAGS+= -fno-integrated-as -.endif - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in doc/DETAILS doc/FAQ doc/HACKING doc/OpenPGP \