diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-04-28 01:58:33 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-04-28 01:58:33 +0000 |
commit | 8c3652cec01b112ff214dd66e3be4fd07ec189d4 (patch) | |
tree | 52136164c88469de5c3eab75ee7f83493c8fc7d8 /app-text/aspell/aspell-0.60.4.ebuild | |
parent | Give actual valid atoms to emerge, when telling people to emerge stuff. (diff) | |
download | gentoo-2-8c3652cec01b112ff214dd66e3be4fd07ec189d4.tar.gz gentoo-2-8c3652cec01b112ff214dd66e3be4fd07ec189d4.tar.bz2 gentoo-2-8c3652cec01b112ff214dd66e3be4fd07ec189d4.zip |
ppc related fix
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'app-text/aspell/aspell-0.60.4.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 7140937fc313..9a5a414becde 100644 --- a/app-text/aspell/aspell-0.60.4.ebuild +++ b/app-text/aspell/aspell-0.60.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.6 2006/04/07 17:15:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.7 2006/04/28 01:58:33 lu_zero Exp $ inherit libtool eutils flag-o-matic autotools @@ -36,6 +36,7 @@ src_compile() { filter-flags -fno-rtti filter-flags -fvisibility=hidden #77109 filter-flags -maltivec -mabi=altivec + use ppc && append-flags -mno-altivec econf \ $(use_enable nls) \ |