From 5f400d32910d271da7f99a41b144d4042e8bebed Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Mon, 24 Jul 2023 16:29:50 +0200 Subject: [PATCH] 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 d2d94afff5e7e..116acfe7d46b6 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: