git: d0932479863b - main - devel/google-cloud-cpp: Fix build with abseil 20230125.0+ and re2 20230601+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 03:23:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d0932479863bcad50214630f0e1c2846182a58b5 commit d0932479863bcad50214630f0e1c2846182a58b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-09-11 03:18:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-11 03:22:47 +0000 devel/google-cloud-cpp: Fix build with abseil 20230125.0+ and re2 20230601+ --- devel/google-cloud-cpp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/google-cloud-cpp/Makefile b/devel/google-cloud-cpp/Makefile index b27519fb56b0..f3e2f5d0774a 100644 --- a/devel/google-cloud-cpp/Makefile +++ b/devel/google-cloud-cpp/Makefile @@ -35,6 +35,7 @@ CMAKE_ARGS= -DGOOGLE_CLOUD_CPP_CXX_STANDARD=17 \ -DGOOGLE_CLOUD_CPP_DEPENDENCY_PROVIDER=package CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= BUILD_TESTING GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS +USE_CXXSTD= c++17 GOOGLEAPI_GH_TAG= d39c91b3ac0abec1490ef00010107355a4dae317