Mon May 25 05:18:35 2020 UTC ()
biology/fastp: document possible array[char] bug


(rillig)
diff -r1.1 -r1.2 pkgsrc/biology/fastp/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/biology/fastp/Makefile (expand / switch to context diff)
--- pkgsrc/biology/fastp/Makefile 2019/05/04 16:15:25 1.1
+++ pkgsrc/biology/fastp/Makefile 2020/05/25 05:18:35 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/05/04 16:15:25 bacon Exp $
+# $NetBSD: Makefile,v 1.2 2020/05/25 05:18:35 rillig Exp $
 
 DISTNAME=	fastp-0.20.0
 CATEGORIES=	biology
@@ -14,6 +14,12 @@
 USE_TOOLS+=		gmake
 BUILD_TARGET=		fastp
 PTHREAD_AUTO_VARS=	yes
+
+# src/stats.cpp: In member function 'void Stats::statRead(Read*)':
+# src/stats.cpp:248:29: error: array subscript has type 'char' [-Werror=char-subscripts]
+#              mCycleQ30Bases[b][i]++;
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+=	rm:-Werror=char-subscripts
 
 post-install:
 	${STRIP} ${DESTDIR}${PREFIX}/bin/fastp