summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-01-16 17:56:50 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-01-16 17:56:50 +0000
commit9d761a264ad06e4a7cccf467114bca49bf063657 (patch)
tree4691d4fbdab0ec43ea76fcf7851be9590cff06ba /sys-devel/libperl/libperl-5.8.6.ebuild
parentMask bad perls. (diff)
downloadgentoo-2-9d761a264ad06e4a7cccf467114bca49bf063657.tar.gz
gentoo-2-9d761a264ad06e4a7cccf467114bca49bf063657.tar.bz2
gentoo-2-9d761a264ad06e4a7cccf467114bca49bf063657.zip
multilib fixes for amd64's 2005.0.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.6.ebuild')
-rw-r--r--sys-devel/libperl/libperl-5.8.6.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-devel/libperl/libperl-5.8.6.ebuild b/sys-devel/libperl/libperl-5.8.6.ebuild
index 8aee00e1a6c5..b6d912c6f0b6 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.3 2005/01/03 00:06:39 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.6.ebuild,v 1.4 2005/01/16 17:55:23 eradicator Exp $
# The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>.
#
@@ -192,6 +192,8 @@ src_compile() {
rm -f config.sh Policy.sh
+ [ -n "${ABI}" ] && myconf="${myconf} -Dusrinc=$(get_ml_incdir)"
+
sh Configure -des \
-Darchname="${myarch}" \
-Dcccdlflags='-fPIC' \