mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sci-biology/bowtie: do not remove -Wall from CXXFLAGS
Retain -Wall in CXXFLAGS in bowtie-1.1.2
This commit is contained in:
committed by
Justin Lecher
parent
5ca4d1505a
commit
3e53a5793e
@@ -24,9 +24,6 @@ DOCS=( AUTHORS NEWS TUTORIAL doc/README )
|
||||
HTML_DOCS=( doc/{manual.html,style.css} )
|
||||
|
||||
src_prepare() {
|
||||
# Suppress useless -Wall pollution
|
||||
sed -i 's/\-Wall/\-Wno-enum-compare/g' Makefile || die
|
||||
|
||||
# always include tinythread.cpp
|
||||
epatch "${FILESDIR}/${P}-tbb-tinythread-missing.patch"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user