git: b1b314d86c4a - main - archivers/zlib-ng: Replace c11 with c++14-lang

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Thu, 28 Aug 2025 21:03:07 UTC
The branch main has been updated by vvd:

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

commit b1b314d86c4a2848693230c2aa87493c9f86ed09
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-08-28 20:50:05 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-08-28 21:02:44 +0000

    archivers/zlib-ng: Replace c11 with c++14-lang
    
    Nornal build only uses c11, but "make test" uses -std=gnu++14 - use
    c++14-lang in USES.
    
    PR:     288741
---
 archivers/zlib-ng/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archivers/zlib-ng/Makefile b/archivers/zlib-ng/Makefile
index 1cace675d747..02767cd2c758 100644
--- a/archivers/zlib-ng/Makefile
+++ b/archivers/zlib-ng/Makefile
@@ -11,7 +11,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 TEST_DEPENDS=	googletest>=0:devel/googletest
 
-USES=		cmake:testing compiler:c11
+USES=		cmake:testing compiler:c++14-lang
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes