Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Aug 2023 21:53:13 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 46e066a42eb8 - main - biology/augustus: Fix build with llvm16
Message-ID:  <202308062153.376LrDZ5075617@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308062153.376LrDZ5075617>