diff options
author | 2016-02-13 16:14:43 -0500 | |
---|---|---|
committer | 2016-02-13 16:14:57 -0500 | |
commit | 49a98eeac0e9fe37782543aa185ced60ab85f80d (patch) | |
tree | b5eea1a6e9a42582b465f233fbe1971cdff018c6 /dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild | |
parent | x11-misc/slock: Old. (diff) | |
download | gentoo-49a98eeac0e9fe37782543aa185ced60ab85f80d.tar.gz gentoo-49a98eeac0e9fe37782543aa185ced60ab85f80d.tar.bz2 gentoo-49a98eeac0e9fe37782543aa185ced60ab85f80d.zip |
dev-libs/boehm-gc: workaround ia64 build failure #574566
Diffstat (limited to 'dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.4.0.ebuild | 8 |
1 files changed, 7 insertions, 1 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 dcfdef979a83..5f49136fbec3 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 |