Date: Sun, 6 Aug 2023 20:30:30 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: e603b6f92cbc - main - devel/xparam: Fix build with llvm16 Message-ID: <202308062030.376KUUEx034615@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=e603b6f92cbc6f93e5d63439fc82de6c13054860 commit e603b6f92cbc6f93e5d63439fc82de6c13054860 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 19:31:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 20:30:18 +0000 devel/xparam: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/xparam/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/xparam/Makefile b/devel/xparam/Makefile index 84e51f4c9620..378f6461e06f 100644 --- a/devel/xparam/Makefile +++ b/devel/xparam/Makefile @@ -12,6 +12,7 @@ LICENSE= GPLv2+ GNU_CONFIGURE= yes USES= gmake libtool:build +USE_CXXSTD= c++14 USE_LDCONFIG= yes post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062030.376KUUEx034615>