pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bedtools: Remove debugging CFLAGS



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun Feb 7 13:38:15 2021 -0600
Changeset:	b2af0b2b82b686b7a81f32d5259da132352aec75

Modified Files:
	bedtools/Makefile

Log Message:
bedtools: Remove debugging CFLAGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b2af0b2b82b686b7a81f32d5259da132352aec75

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bedtools/Makefile | 2 --
 1 file changed, 2 deletions(-)

diffs:
diff --git a/bedtools/Makefile b/bedtools/Makefile
index 4c330081f3..34f5a26776 100644
--- a/bedtools/Makefile
+++ b/bedtools/Makefile
@@ -21,8 +21,6 @@ SUBST_STAGE.pybin=	pre-configure
 SUBST_SED.pybin=	-e 's|python|${PYTHONBIN}|g'
 SUBST_FILES.pybin=	Makefile
 
-CFLAGS+=	-Wno-sign-compare -Wno-unused-but-set-variable
-
 do-test:
 	cd ${WRKSRC}/test && bash test.sh
 


Home | Main Index | Thread Index | Old Index