summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-30 17:24:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-30 17:24:12 +0000
commit9a9b2113332ab0d230a59f868adb530f42d905fd (patch)
treefb52a899a3658968ababf4dea9abedbf9fc36f21 /eclass/php-2.eclass
parentupdate libgd DEPEND (diff)
downloadhistorical-9a9b2113332ab0d230a59f868adb530f42d905fd.tar.gz
historical-9a9b2113332ab0d230a59f868adb530f42d905fd.tar.bz2
historical-9a9b2113332ab0d230a59f868adb530f42d905fd.zip
libgd -> gd
Diffstat (limited to 'eclass/php-2.eclass')
-rw-r--r--eclass/php-2.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php-2.eclass b/eclass/php-2.eclass
index 9aadf9ec03ad..68408070466e 100644
--- a/eclass/php-2.eclass
+++ b/eclass/php-2.eclass
@@ -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/eclass/php-2.eclass,v 1.15 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.16 2004/06/30 17:24:12 vapier Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic
@@ -57,7 +57,7 @@ RDEPEND="
curl? ( >=net-misc/curl-7.10.2 )
x86? ( firebird? ( >=dev-db/firebird-1.0 ) )
freetds? ( >=dev-db/freetds-0.53 )
- gd-external? ( media-libs/libgd >=media-libs/jpeg-6b
+ gd-external? ( media-libs/gd >=media-libs/jpeg-6b
>=media-libs/libpng-1.2.5 )
gd? ( >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 )
gdbm? ( >=sys-libs/gdbm-1.8.0 )
@@ -252,8 +252,8 @@ php_src_compile() {
if use gd-external; then
myconf="${myconf} --with-gd=/usr"
REQUIREPNG=1
- if has_version '>=media-libs/libgd-2.0.17'; then
- einfo "Fixing PHP for libgd function name changes"
+ if has_version '>=media-libs/gd-2.0.17'; then
+ einfo "Fixing PHP for gd function name changes"
sed -i 's:gdFreeFontCache:gdFontCacheShutdown:' ${S}/ext/gd/gd.c
fi
elif use gd; then