git: edbd22a3442b - main - devel/varconf: Fix build with llvm16

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 05 Aug 2023 18:55:59 UTC
The branch main has been updated by bofh:

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

commit edbd22a3442b5b2f157be1c492b384096e8c94b7
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-05 18:26:26 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-05 18:55:49 +0000

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

diff --git a/devel/varconf/Makefile b/devel/varconf/Makefile
index 214b7621bb16..48e068db8eb2 100644
--- a/devel/varconf/Makefile
+++ b/devel/varconf/Makefile
@@ -9,13 +9,16 @@ COMMENT=	Configuration System for the STAGE Server
 
 LIB_DEPENDS=	libsigc-2.0.so:devel/libsigc++20
 
-OPTIONS_DEFINE=	DOCS
-
-GNU_CONFIGURE=	yes
 USES=		compiler:c++11-lib libtool pathfix pkgconfig tar:bzip2
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
+GNU_CONFIGURE=	yes
+
 INSTALL_TARGET=	install-strip
 
+OPTIONS_DEFINE=	DOCS
+
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in README COPYING AUTHORS THANKS NEWS