pkgsrc-WIP-changes archive

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

bedtools: Silence innocuous warnings to reduce noise



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 6 14:03:49 2021 -0600
Changeset:	13d7b896e7616e3b69a63ac59ab029265db7e818

Modified Files:
	bedtools/Makefile

Log Message:
bedtools: Silence innocuous warnings to reduce noise

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

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 insertions(+)

diffs:
diff --git a/bedtools/Makefile b/bedtools/Makefile
index 6ad5757e4c..6424c2e06a 100644
--- a/bedtools/Makefile
+++ b/bedtools/Makefile
@@ -21,6 +21,8 @@ SUBST_STAGE.pybin=	pre-configure
 SUBST_SED.pybin=	-e 's|python|${PYTHONBIN}|g'
 SUBST_FILES.pybin=	Makefile
 
+CXXFLAGS+=	-Wno-unused-but-set-variable
+
 do-test:
 	(cd ${WRKSRC}/test && bash test.sh)
 


Home | Main Index | Thread Index | Old Index