diff options
-rw-r--r-- | sci-biology/allpathslg/allpathslg-52488-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-biology/allpathslg/allpathslg-52488-r2.ebuild b/sci-biology/allpathslg/allpathslg-52488-r2.ebuild index 964904d66551..cc9498b65f70 100644 --- a/sci-biology/allpathslg/allpathslg-52488-r2.ebuild +++ b/sci-biology/allpathslg/allpathslg-52488-r2.ebuild @@ -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 } |