git: 265238ee6c37 - main - biology/fastp: Add USE_GCC to hack around seg faults
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 21 Jan 2022 16:16:02 UTC
The branch main has been updated by jwb: URL: https://cgit.FreeBSD.org/ports/commit/?id=265238ee6c37a6abc5ad035a20d91f505d125394 commit 265238ee6c37a6abc5ad035a20d91f505d125394 Author: Jason W. Bacon <jwb@FreeBSD.org> AuthorDate: 2022-01-21 16:14:16 +0000 Commit: Jason W. Bacon <jwb@FreeBSD.org> CommitDate: 2022-01-21 16:16:01 +0000 biology/fastp: Add USE_GCC to hack around seg faults Upstream has numerous open issues, so it's uncertain if or when the issue with clang will be resolved. --- biology/fastp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/biology/fastp/Makefile b/biology/fastp/Makefile index 38bc8dc5bfb9..5f43ff6a80df 100644 --- a/biology/fastp/Makefile +++ b/biology/fastp/Makefile @@ -1,6 +1,7 @@ PORTNAME= fastp DISTVERSIONPREFIX= v DISTVERSION= 0.23.2 +PORTREVISION= 1 CATEGORIES= biology MAINTAINER= jwb@FreeBSD.org @@ -12,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdeflate.so:archivers/libdeflate \ libisal.so:devel/isa-l -USES= compiler:c++11-lang gmake localbase:ldflags +USES= gmake localbase:ldflags USE_GITHUB= yes +USE_GCC= yes GH_ACCOUNT= OpenGene