summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Tanberry <ted.tanberry@gmail.com>2015-10-10 21:45:34 +0200
committerJustin Lecher <jlec@gentoo.org>2015-10-14 14:47:58 +0200
commit3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e (patch)
treec4854c7ceab0d31cdb5e46da234286a1416806b0 /sci-biology/bowtie
parentsci-biology/bowtie: Add bowtie2 in SLOT=2 (diff)
downloadgentoo-3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e.tar.gz
gentoo-3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e.tar.bz2
gentoo-3e53a5793eaa33b60d58c8df34dbf5b6d33b4a6e.zip
sci-biology/bowtie: do not remove -Wall from CXXFLAGS
Retain -Wall in CXXFLAGS in bowtie-1.1.2
Diffstat (limited to 'sci-biology/bowtie')
-rw-r--r--sci-biology/bowtie/bowtie-1.1.2.ebuild3
1 files changed, 0 insertions, 3 deletions
diff --git a/sci-biology/bowtie/bowtie-1.1.2.ebuild b/sci-biology/bowtie/bowtie-1.1.2.ebuild
index 55eec5060787..882d1a113144 100644
--- a/sci-biology/bowtie/bowtie-1.1.2.ebuild
+++ b/sci-biology/bowtie/bowtie-1.1.2.ebuild
@@ -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"
}