git: e52b23befa3b - main - devel/google-cloud-cpp: disable on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jun 8 14:54:29 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e52b23befa3b3a8b94370d92ac18fcae0edee085

commit e52b23befa3b3a8b94370d92ac18fcae0edee085
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-08 14:53:23 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-08 14:53:23 +0000

    devel/google-cloud-cpp: disable on powerpc
    
    Same issue as on i386.
---
 devel/google-cloud-cpp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile
index 96d72ccc4261..e77f6b422b1e 100644
--- a/devel/google-cloud-cpp/Makefile
+++ b/devel/google-cloud-cpp/Makefile
@@ -12,7 +12,7 @@ COMMENT=	C++ Idiomatic Clients for Google Cloud Platform services
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	i386 powerpc
 
 BUILD_DEPENDS=	grpc>=1.19.1:devel/grpc \
 		nlohmann-json>0:devel/nlohmann-json \


More information about the dev-commits-ports-main mailing list