aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 21:04:37 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 21:53:03 +0000
commit46e066a42eb84b1a101b8870da0f6faae6c48c87 (patch)
tree30cdf352fc795ad05a27d4685ba0a6cdd16f336e
parenta7719bed1f360f23a33d965da9a527a37e6e2b7c (diff)
downloadports-46e066a42eb84b1a101b8870da0f6faae6c48c87.tar.gz
ports-46e066a42eb84b1a101b8870da0f6faae6c48c87.zip
biology/augustus: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--biology/augustus/Makefile1
1 files changed, 1 insertions, 0 deletions
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