commit:     49a98eeac0e9fe37782543aa185ced60ab85f80d
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 21:14:43 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 21:14:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a98eea

dev-libs/boehm-gc: workaround ia64 build failure #574566

 dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild | 8 +++++++-
 dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
index dcfdef9..5f49136 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,6 +32,12 @@ src_configure() {
        econf "${config[@]}"
 }
 
+src_compile() {
+       # Workaround build errors. #574566
+       use ia64 && emake src/ia64_save_regs_in_stack.lo
+       default
+}
+
 src_install() {
        default
        use static-libs || prune_libtool_files

diff --git a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild 
b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
index 922121a..7a4be80 100644
--- a/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
+++ b/dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -32,6 +32,12 @@ src_configure() {
        econf "${config[@]}"
 }
 
+src_compile() {
+       # Workaround build errors. #574566
+       use ia64 && emake src/ia64_save_regs_in_stack.lo
+       default
+}
+
 src_install() {
        default
        use static-libs || prune_libtool_files

Reply via email to