diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 16:51:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-07 16:51:43 +0000 |
commit | bc466a68bf767b02ca02e703c92501e74b028147 (patch) | |
tree | 332922bd02c3fc3e3f513f73956909c43df29221 /dev-lang | |
parent | move to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-bc466a68bf767b02ca02e703c92501e74b028147.tar.gz gentoo-2-bc466a68bf767b02ca02e703c92501e74b028147.tar.bz2 gentoo-2-bc466a68bf767b02ca02e703c92501e74b028147.zip |
add ppc fix #50542
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/perl/perl-5.8.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.8.4.ebuild b/dev-lang/perl/perl-5.8.4.ebuild index bd18f41c49e0..258d50eee5fc 100644 --- a/dev-lang/perl/perl-5.8.4.ebuild +++ b/dev-lang/perl/perl-5.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4.ebuild,v 1.8 2004/06/03 15:39:57 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.4.ebuild,v 1.9 2004/06/07 16:51:43 vapier Exp $ inherit eutils flag-o-matic gcc @@ -19,7 +19,7 @@ HOMEPAGE="http://www.perl.org/" LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}" LICENSE="Artistic GPL-2" SLOT="0" -KEYWORDS="~x86 -ppc ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~ppc64 s390" IUSE="berkdb doc gdbm threads" DEPEND="sys-apps/groff @@ -99,6 +99,7 @@ src_unpack() { src_compile() { # Arm and -O do not mix :) use arm && replace-flags -O? -O1 + use ppc && replace-flags -O? -O1 # Perl has problems compiling with -Os in your flags replace-flags "-Os" "-O2" # This flag makes compiling crash in interesting ways |