git: 6f106ebb0db6 - main - devel/protozero: Fix build with protobuf 22+

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Thu, 14 Dec 2023 17:03:28 UTC
The branch main has been updated by sunpoet:

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

commit 6f106ebb0db6807c04f40a1d7d09594e879798c0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-12-14 16:22:29 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-12-14 17:03:04 +0000

    devel/protozero: Fix build with protobuf 22+
---
 devel/protozero/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devel/protozero/Makefile b/devel/protozero/Makefile
index fd36d5392d61..96f29e0a91c2 100644
--- a/devel/protozero/Makefile
+++ b/devel/protozero/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 USE_GITHUB=	yes
 GH_ACCOUNT=	mapbox
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake compiler:c++17-lang
+CMAKE_ARGS=	-DCMAKE_CXX_STANDARD=17
 TEST_TARGET=	test
 NO_ARCH=	yes  # header only library