diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 14:07:09 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-08-07 15:24:45 +0000 |
commit | fcd080242c7afe764ec51279adf9da2ae80bfa16 (patch) | |
tree | 75048e44e9c68204c8cd30a8cec1069063a01f68 | |
parent | 28ae655ccf542b58aea9093d5ebac6d28cd15d84 (diff) |
archivers/paq: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | archivers/paq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/paq/Makefile b/archivers/paq/Makefile index 2f03f7d56fe1..ee324425fe10 100644 --- a/archivers/paq/Makefile +++ b/archivers/paq/Makefile @@ -15,6 +15,7 @@ LICENSE= GPLv3 MIT LICENSE_COMB= multi USES= dos2unix zip +USE_CXXSTD= c++14 EXTRACT_AFTER_ARGS= -x *.bat *.exe readme.txt -d ${WRKSRC} NO_WRKSUBDIR= yes |