summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-10-24 15:37:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-10-24 15:37:01 +0000
commit5d51c71bf7bff7dcce530244e171eab75997e14e (patch)
treed7be129ba1114512990da15e06f2473b0391cd06 /dev-perl
parentBug 7136 - corrected checks for jpeg support (diff)
downloadgentoo-2-5d51c71bf7bff7dcce530244e171eab75997e14e.tar.gz
gentoo-2-5d51c71bf7bff7dcce530244e171eab75997e14e.tar.bz2
gentoo-2-5d51c71bf7bff7dcce530244e171eab75997e14e.zip
helps to commit the actual fix :)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/GD/GD-1.32-r2.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/GD/GD-1.32-r2.ebuild b/dev-perl/GD/GD-1.32-r2.ebuild
index ca1f960a9bee..4960ef1ec647 100644
--- a/dev-perl/GD/GD-1.32-r2.ebuild
+++ b/dev-perl/GD/GD-1.32-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.32-r2.ebuild,v 1.6 2002/10/24 15:35:47 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GD/GD-1.32-r2.ebuild,v 1.7 2002/10/24 15:37:01 mcummings Exp $
IUSE="X"
@@ -24,8 +24,7 @@ src_unpack() {
unpack ${A}
cd ${S}
cp Makefile.PL Makefile.PL.orig
- sed -e "s:my \$JPEG.*:my \$JPEG='y';:" \
- -e "s:my \$TTF.*:my \$TTF='y';:" \
+ sed -e "s:my \$TTF.*:my \$TTF='y';:" \
Makefile.PL.orig > Makefile.PL
use X && ( \
@@ -47,7 +46,6 @@ src_unpack() {
Makefile.PL.orig > Makefile.PL
)
- myconf="${myconf} --with-jpeg-dir=/usr"
perl-module_src_prep
}