Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/allpathslg/
Date: Sun, 21 Oct 2018 15:17:53
Message-Id: 1540135046.edca5a71f730e3c24b0704faeccb1b879c23e2be.pacho@gentoo
1 commit: edca5a71f730e3c24b0704faeccb1b879c23e2be
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 21 15:05:09 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 21 15:17:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edca5a71
7
8 sci-biology/allpathslg: Fix build with glibc-2.27
9
10 Closes: https://bugs.gentoo.org/647340
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 sci-biology/allpathslg/allpathslg-52488-r2.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-biology/allpathslg/allpathslg-52488-r2.ebuild b/sci-biology/allpathslg/allpathslg-52488-r2.ebuild
18 index 964904d6655..cc9498b65f7 100644
19 --- a/sci-biology/allpathslg/allpathslg-52488-r2.ebuild
20 +++ b/sci-biology/allpathslg/allpathslg-52488-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -39,5 +39,8 @@ pkg_setup() {
28 src_prepare() {
29 default
30
31 + # Fix building with glibc-2.27, bug #647340
32 + sed -i -e 's/-mieee-fp//' configure.ac || die
33 +
34 eautoreconf
35 }