diff options
Diffstat (limited to 'sys-devel/libperl/libperl-5.8.5.ebuild')
-rw-r--r-- | sys-devel/libperl/libperl-5.8.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/libperl/libperl-5.8.5.ebuild b/sys-devel/libperl/libperl-5.8.5.ebuild index 1faa92227492..cf5821af161f 100644 --- a/sys-devel/libperl/libperl-5.8.5.ebuild +++ b/sys-devel/libperl/libperl-5.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.5.ebuild,v 1.1 2004/08/07 06:39:27 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.5.ebuild,v 1.2 2004/08/14 23:42:34 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -238,7 +238,6 @@ src_install() { install || die "Unable to make install" cp -f utils/h2ph utils/h2ph_patched - epatch ${FILESDIR}/perl-5.8.0-RC2-special-h2ph-not-failing-on-machine_ansi_header.patch LD_LIBRARY_PATH=. ./perl -Ilib utils/h2ph_patched \ -a -d ${D}/usr/lib/perl5/${PV}/${myarch}${mythreading} <<EOF |