sci-biology/allpathslg: Fix build with glibc-2.27
authorPacho Ramos <pacho@gentoo.org>
Sun, 21 Oct 2018 15:05:09 +0000 (17:05 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 21 Oct 2018 15:17:26 +0000 (17:17 +0200)
Closes: https://bugs.gentoo.org/647340
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

sci-biology/allpathslg/allpathslg-52488-r2.ebuild

index 964904d66551d2161c58aa6d818545eaf2733aea..cc9498b65f706d9d7db7b100f543b405f2075a88 100644 (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
 }