Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2023 17:54:34 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: 8aed76d462cf - main - www/htmlcxx: Fix build with llvm16
Message-ID:  <202307231754.36NHsYmP007391@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=8aed76d462cf0910e61656d2d58466f3ff7d0008

commit 8aed76d462cf0910e61656d2d58466f3ff7d0008
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-23 17:21:06 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-23 17:54:17 +0000

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

diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile
index 86775db1e671..bc3cc6cb30a6 100644
--- a/www/htmlcxx/Makefile
+++ b/www/htmlcxx/Makefile
@@ -12,10 +12,11 @@ LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/LGPL_V2
 
 USES=		bison:alias iconv libtool localbase:ldflags pathfix
+USE_CXXSTD=	c++14
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' ${WRKSRC}/configure



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