diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-24 14:29:50 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-24 14:46:03 +0000 |
commit | 5f400d32910d271da7f99a41b144d4042e8bebed (patch) | |
tree | 5832a24305ca2b5ceec82615749981df64bdd22f | |
parent | 82977d7ed9e9120170a9ecf6f9391b2bf69f5449 (diff) | |
download | ports-5f400d32910d271da7f99a41b144d4042e8bebed.tar.gz ports-5f400d32910d271da7f99a41b144d4042e8bebed.zip |
security/vxquery: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | security/vxquery/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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: |