git: 8aed76d462cf - main - www/htmlcxx: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 17:54:34 UTC
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