summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-03-08 16:16:43 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-03-08 16:16:43 +0000
commitcc5df4840bddfd580a8201824da06ec6a1a6781f (patch)
treee8a8d110b0a1159fd4012459d3c3409a4f85e050 /dev-lang/perl
parentversion bump. (diff)
downloadgentoo-2-cc5df4840bddfd580a8201824da06ec6a1a6781f.tar.gz
gentoo-2-cc5df4840bddfd580a8201824da06ec6a1a6781f.tar.bz2
gentoo-2-cc5df4840bddfd580a8201824da06ec6a1a6781f.zip
Change to the call for the lib64 patch to enable it for ppc64 - helps with stage 1 building problems. Thanks ranger :)
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-lang/perl')
-rw-r--r--dev-lang/perl/ChangeLog6
-rw-r--r--dev-lang/perl/perl-5.8.8-r2.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog
index 98ae4d65dc85..4de1820c22f4 100644
--- a/dev-lang/perl/ChangeLog
+++ b/dev-lang/perl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/perl
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.241 2007/03/07 22:22:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.242 2007/03/08 16:16:43 mcummings Exp $
+
+ 08 Mar 2007; Michael Cummings <mcummings@gentoo.org> perl-5.8.8-r2.ebuild:
+ Change to the call for the lib64 patch to enable it for ppc64 - helps with
+ stage 1 building problems. Thanks ranger :)
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> perl-5.8.8-r2.ebuild:
Change all instances of [ to [[.
diff --git a/dev-lang/perl/perl-5.8.8-r2.ebuild b/dev-lang/perl/perl-5.8.8-r2.ebuild
index 02a497934676..e42d17b5f491 100644
--- a/dev-lang/perl/perl-5.8.8-r2.ebuild
+++ b/dev-lang/perl/perl-5.8.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.31 2007/03/07 22:22:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.32 2007/03/08 16:16:43 mcummings Exp $
inherit eutils flag-o-matic toolchain-funcs multilib
@@ -115,7 +115,8 @@ src_unpack() {
# filter it otherwise configure fails. See #125535.
epatch ${FILESDIR}/perl-hppa-pa7200-configure.patch
- use amd64 && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
+ #[[ ${get_libdir} == lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
+ use amd64 || use ppc64 && cd ${S} && epatch ${FILESDIR}/${P}-lib64.patch
[[ ${CHOST} == *-dragonfly* ]] && cd ${S} && epatch ${FILESDIR}/${P}-dragonfly-clean.patch
[[ ${CHOST} == *-freebsd* ]] && cd ${S} && epatch ${FILESDIR}/${P}-fbsdhints.patch