From 7820d699763ed59870d592a1ae2cc4e23b776fe2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Fri, 25 Dec 2015 12:43:04 +0100 Subject: [PATCH] sci-biology/bfast: Fix inlining Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569656 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher --- sci-biology/bfast/bfast-0.7.0a.ebuild | 6 ++++-- 1 file 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 } -- 2.26.2