summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/bfast')
-rw-r--r--sci-biology/bfast/bfast-0.7.0a.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-biology/bfast/bfast-0.7.0a.ebuild b/sci-biology/bfast/bfast-0.7.0a.ebuild
index 908334354033..b901ed5e9ab8 100644
--- a/sci-biology/bfast/bfast-0.7.0a.ebuild
+++ b/sci-biology/bfast/bfast-0.7.0a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=true
-inherit autotools-utils
+inherit autotools-utils flag-o-matic
DESCRIPTION="Blat-like Fast Accurate Search Tool"
HOMEPAGE="https://sourceforge.net/projects/bfast/"
@@ -36,5 +36,7 @@ src_prepare() {
use test && AUTOTOOLS_IN_SOURCE_BUILD=1
+ append-flags -fgnu89-inline
+
autotools-utils_src_prepare
}