Date: Sun, 23 Jul 2023 16:51:01 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: cc7172dc8eef - main - devel/cxxtools: Fix build with llvm16 Message-ID: <202307231651.36NGp19n000637@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=cc7172dc8eef540a800c338d107e2c62bb6d2d44 commit cc7172dc8eef540a800c338d107e2c62bb6d2d44 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-23 16:08:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-23 16:08:16 +0000 devel/cxxtools: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- devel/cxxtools/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/cxxtools/Makefile b/devel/cxxtools/Makefile index 9cf6ee4e8e32..932aed7c80fe 100644 --- a/devel/cxxtools/Makefile +++ b/devel/cxxtools/Makefile @@ -20,9 +20,11 @@ BROKEN_sparc64= does not configure USES= cpe iconv libtool localbase pathfix CPE_VENDOR= tntnet USE_CSTD= gnu89 +USE_CXXSTD= c++14 +USE_LDCONFIG= yes + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes .include <bsd.port.pre.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307231651.36NGp19n000637>