sci-biology/allpathslg: Fix build with glibc-2.27

Closes: https://bugs.gentoo.org/647340
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Pacho Ramos
2018-10-21 17:05:09 +02:00
parent fa54821846
commit edca5a71f7

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,5 +39,8 @@ pkg_setup() {
src_prepare() {
default
# Fix building with glibc-2.27, bug #647340
sed -i -e 's/-mieee-fp//' configure.ac || die
eautoreconf
}