commit: f27843ff427867921374d9b23f9f074be211e191
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Dec 1 18:44:01 2016 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Dec 1 18:44:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f27843ff
sci-biology/augustus: zap -O3 CFLAG from src/Makefile
Package-Manager: portage-2.3.2
sci-biology/augustus/augustus-3.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-biology/augustus/augustus-3.1.ebuild
b/sci-biology/augustus/augustus-3.1.ebuild
index e67723d..f18c6fc 100644
--- a/sci-biology/augustus/augustus-3.1.ebuild
+++ b/sci-biology/augustus/augustus-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,6 +29,7 @@ src_prepare() {
# TODO: do we need anything from the 2.5.5 patch?
# epatch "${FILESDIR}"/${P}-sane-build.patch
tc-export CC CXX
+ sed -e 's/ -O3//g' -i src/Makefile || die
}
src_compile() {