git: fcd080242c7a - main - archivers/paq: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Aug 2023 15:25:21 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fcd080242c7afe764ec51279adf9da2ae80bfa16 commit fcd080242c7afe764ec51279adf9da2ae80bfa16 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-07 14:07:09 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-07 15:24:45 +0000 archivers/paq: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- archivers/paq/Makefile | 1 + 1 file changed, 1 insertion(+) 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