git: 6d558714dfde - main - biology/seqan-apps: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6d558714dfde336df111103f873cef02d65c64c4 commit 6d558714dfde336df111103f873cef02d65c64c4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 21:22:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 21:53:04 +0000 biology/seqan-apps: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- biology/seqan-apps/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index bbf27aaa5406..ab12a61d51af 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -14,6 +14,7 @@ LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs USES= cmake compiler:c++14-lang +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan