diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 23:46:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-14 23:46:26 +0000 |
commit | 03aa88d5854aa49a5bc61f29ce81bf401c93af6f (patch) | |
tree | 882eb4b08f6ac07daf89fc78c74e3d7311572450 /sys-devel/libperl | |
parent | amd64/x86 stable (diff) | |
download | gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.tar.gz gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.tar.bz2 gentoo-2-03aa88d5854aa49a5bc61f29ce81bf401c93af6f.zip |
m68k pollution
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel/libperl')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.6.ebuild | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sys-devel/libperl/libperl-5.8.6.ebuild b/sys-devel/libperl/libperl-5.8.6.ebuild index 3982324f3d0a..f8dfb9d1c00d 100644 --- a/sys-devel/libperl/libperl-5.8.6.ebuild +++ b/sys-devel/libperl/libperl-5.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6.ebuild,v 1.6 2005/03/08 23:53:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6.ebuild,v 1.7 2005/03/14 23:46:11 vapier Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -52,15 +52,10 @@ # # Martin Schlemmer <azarah@gentoo.org> (28 Dec 2002). -IUSE="berkdb debug gdbm ithreads uclibc" +IUSE="berkdb debug gdbm ithreads nocxx uclibc" inherit eutils flag-o-matic toolchain-funcs -# Perl has problems compiling with -Os in your flags -use uclibc || replace-flags "-Os" "-O2" -# This flag makes compiling crash in interesting ways -filter-flags "-malign-double" - # The slot of this binary compat version of libperl.so PERLSLOT="1" @@ -73,7 +68,7 @@ HOMEPAGE="http://www.perl.org" SLOT="${PERLSLOT}" LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}" LICENSE="Artistic GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~sh" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" # rac 2004.08.06 @@ -85,7 +80,7 @@ KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64 ~s390 ~sh RESTRICT="maketest" -DEPEND="!uclibc? ( sys-apps/groff ) +DEPEND="!nocxx? ( sys-apps/groff ) berkdb? ( sys-libs/db ) gdbm? ( >=sys-libs/gdbm-1.8.0 )" @@ -147,6 +142,10 @@ src_unpack() { } src_compile() { + # Perl has problems compiling with -Os in your flags + use uclibc || replace-flags "-Os" "-O2" + # This flag makes compiling crash in interesting ways + filter-flags "-malign-double" export LC_ALL="C" local myconf="" |