Skip to content

Commit

Permalink
dev-libs/boehm-gc: workaround ia64 build failure #574566
Browse files Browse the repository at this point in the history
  • Loading branch information
vapier committed Feb 13, 2016
1 parent 12971a1 commit 49a98ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion dev-libs/boehm-gc/boehm-gc-7.4.2.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49a98ee

Please sign in to comment.