Date: Mon, 24 Jul 2023 14:46:16 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: 5f400d32910d - main - security/vxquery: Fix build with llvm16 Message-ID: <202307241446.36OEkGb8080239@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=5f400d32910d271da7f99a41b144d4042e8bebed commit 5f400d32910d271da7f99a41b144d4042e8bebed Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-24 14:29:50 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-24 14:46:03 +0000 security/vxquery: Fix build with llvm16 - Pet portclippy Sponsored by: The FreeBSD Foundation --- security/vxquery/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/vxquery/Makefile b/security/vxquery/Makefile index d2d94afff5e7..116acfe7d46b 100644 --- a/security/vxquery/Makefile +++ b/security/vxquery/Makefile @@ -9,6 +9,8 @@ COMMENT= VuXML Query Tool LICENSE= BSD2CLAUSE USES= tar:bzip2 +USE_CXXSTD= c++14 + GNU_CONFIGURE= yes do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307241446.36OEkGb8080239>