Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Aug 2023 18:55:59 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: edbd22a3442b - main - devel/varconf: Fix build with llvm16
Message-ID:  <202308051855.375Itx7G075755@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308051855.375Itx7G075755>