git: 6d73075a1f68 - main - devel/libopkele: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 23 Jul 2023 20:02:39 UTC
The branch main has been updated by bofh:

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

commit 6d73075a1f68049176318f7f48d21f59bcb2c374
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 19:02:39 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 20:02:29 +0000

    devel/libopkele: Fix build with llvm16
    
    - Pet portclippy
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 devel/libopkele/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile
index e8fc6f41df0f..c9aa0e7f311c 100644
--- a/devel/libopkele/Makefile
+++ b/devel/libopkele/Makefile
@@ -24,7 +24,9 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 USES=		gmake libtool localbase:ldflags pathfix \
 		pkgconfig ssl
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"