git: 76d07b4e582d - main - biology/vcftools: Unbreak build with clang 16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Jul 2023 01:29:02 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=76d07b4e582d22ea8926a4abae7021b0fa2d9e68 commit 76d07b4e582d22ea8926a4abae7021b0fa2d9e68 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2023-07-16 01:28:28 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2023-07-16 01:29:00 +0000 biology/vcftools: Unbreak build with clang 16 Add -std=c++14 Reported by: pkg-fallout --- biology/vcftools/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biology/vcftools/Makefile b/biology/vcftools/Makefile index ba3b812a3ed1..6ff8f6c4fa62 100644 --- a/biology/vcftools/Makefile +++ b/biology/vcftools/Makefile @@ -1,6 +1,7 @@ PORTNAME= vcftools PORTVERSION= 0.1.16 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -14,6 +15,8 @@ USES= autoreconf cpe gmake perl5 pkgconfig GNU_CONFIGURE= yes USE_GITHUB= yes +CXXFLAGS+= -std=c++14 + CPE_VENDOR= vcftools_project .include <bsd.port.mk>