Date: Tue, 8 Jun 2021 14:54:29 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: e52b23befa3b - main - devel/google-cloud-cpp: disable on powerpc Message-ID: <202106081454.158EsTTk025401@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=e52b23befa3b3a8b94370d92ac18fcae0edee085 commit e52b23befa3b3a8b94370d92ac18fcae0edee085 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-08 14:53:23 +0000 Commit: Piotr Kubaj <pkubaj@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106081454.158EsTTk025401>