git: 46e066a42eb8 - main - biology/augustus: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Aug 2023 21:53:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=46e066a42eb84b1a101b8870da0f6faae6c48c87 commit 46e066a42eb84b1a101b8870da0f6faae6c48c87 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-06 21:04:37 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-06 21:53:03 +0000 biology/augustus: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- biology/augustus/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/biology/augustus/Makefile b/biology/augustus/Makefile index cabb00236503..efd10c8a1e25 100644 --- a/biology/augustus/Makefile +++ b/biology/augustus/Makefile @@ -21,6 +21,7 @@ LIB_DEPENDS= libbamtools.so:biology/bamtools \ RUN_DEPENDS= samtools:biology/samtools USES= gmake localbase:ldflags mysql perl5 python sqlite shebangfix +USE_CXXSTD= c++14 USE_GITHUB= yes GH_ACCOUNT= Gaius-Augustus