diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2006-01-15 22:27:24 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2006-01-15 22:27:24 +0000 |
commit | ff6b95dcc4c097df804c0ed036d87bbb82ac1416 (patch) | |
tree | 4d7075bc1ca4cb188bea710a2ca4165f9bf92b1e /app-text/aspell/aspell-0.60.4.ebuild | |
parent | Fix from Redhat for login shells that begin with a "-" #118257 by Avuton Olrich. (diff) | |
download | gentoo-2-ff6b95dcc4c097df804c0ed036d87bbb82ac1416.tar.gz gentoo-2-ff6b95dcc4c097df804c0ed036d87bbb82ac1416.tar.bz2 gentoo-2-ff6b95dcc4c097df804c0ed036d87bbb82ac1416.zip |
gcc-4+ppc workaround
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-text/aspell/aspell-0.60.4.ebuild')
-rw-r--r-- | app-text/aspell/aspell-0.60.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/aspell/aspell-0.60.4.ebuild b/app-text/aspell/aspell-0.60.4.ebuild index 7c7cae218d7b..1f7220f6776f 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-2005 Gentoo Foundation +# 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.2 2005/11/14 21:01:46 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.4.ebuild,v 1.3 2006/01/15 22:27:24 lu_zero Exp $ inherit libtool eutils flag-o-matic @@ -23,10 +23,10 @@ src_unpack() { } src_compile() { - [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char use gpm && append-ldflags -lgpm filter-flags -fno-rtti filter-flags -fvisibility=hidden #77109 + filter-flags -maltivec -mabi=altivec elibtoolize --reverse-deps econf \ |