summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2011-03-07 11:38:35 +0000
committerRaúl Porcel <armin76@gentoo.org>2011-03-07 11:38:35 +0000
commit5fd52ff3b9266f9c438285e17d6673f61751da95 (patch)
tree38aca0665e9ce3f2657e9793057ec15334c76dad /dev-lang/ruby/ruby-1.9.2.ebuild
parentDrop -Dusrinc=$(get_ml_incdir) (#357737) (diff)
downloadgentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.tar.gz
gentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.tar.bz2
gentoo-2-5fd52ff3b9266f9c438285e17d6673f61751da95.zip
Add append-flags -mieee on sh, bug #357559
(Portage version: 2.1.9.41/cvs/Linux ia64)
Diffstat (limited to 'dev-lang/ruby/ruby-1.9.2.ebuild')
-rw-r--r--dev-lang/ruby/ruby-1.9.2.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-lang/ruby/ruby-1.9.2.ebuild b/dev-lang/ruby/ruby-1.9.2.ebuild
index e75853eebdf7..89efc258f274 100644
--- a/dev-lang/ruby/ruby-1.9.2.ebuild
+++ b/dev-lang/ruby/ruby-1.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.2.ebuild,v 1.4 2011/02/26 14:34:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.2.ebuild,v 1.5 2011/03/07 11:38:35 armin76 Exp $
EAPI=2
@@ -91,6 +91,8 @@ src_configure() {
# In many places aliasing rules are broken; play it safe
# as it's risky with newer compilers to leave it as it is.
append-flags -fno-strict-aliasing
+ # SuperH needs this
+ use sh && append-flags -mieee
# Socks support via dante
if use socks5 ; then