pkgsrc-WIP-changes archive

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

bedtools: Remove clang-incompatible flag



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 6 14:28:07 2021 -0600
Changeset:	9ac49ffc80324cf574d34b44ca9cb40e6ea0afab

Modified Files:
	bedtools/Makefile

Log Message:
bedtools: Remove clang-incompatible flag

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

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 6424c2e06a..6ad5757e4c 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
 
-CXXFLAGS+=	-Wno-unused-but-set-variable
-
 do-test:
 	(cd ${WRKSRC}/test && bash test.sh)
 


Home | Main Index | Thread Index | Old Index