summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-08 17:03:37 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-08 17:03:37 +0000
commit632fc758fec692a7cadab7a09c1d100f8aa8ddde (patch)
treef5a38e0b9623b57dd724e51e87beb0ffd4e35244 /dev-php
parentfixed dependencies (diff)
downloadhistorical-632fc758fec692a7cadab7a09c1d100f8aa8ddde.tar.gz
historical-632fc758fec692a7cadab7a09c1d100f8aa8ddde.tar.bz2
historical-632fc758fec692a7cadab7a09c1d100f8aa8ddde.zip
use internal GD support
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/mod_php/ChangeLog5
-rw-r--r--dev-php/mod_php/mod_php-4.3.0-r1.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog
index 1023d4b63c71..5430681e902f 100644
--- a/dev-php/mod_php/ChangeLog
+++ b/dev-php/mod_php/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for dev-php/mod_php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.39 2003/01/08 16:58:37 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.40 2003/01/08 17:03:37 rphillips Exp $
*mod_php-4.3.0-r1 (06 Jan 2003)
08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
+ Use internal GD support
+
+ 08 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
fixed dependencies
06 Jan 2003; Ryan Phillips <rphillips@gentoo.org> mod_php-4.3.0-r1.ebuild :
diff --git a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
index ce3c9d25744e..27d4dfdff1f9 100644
--- a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
+++ b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.2 2003/01/08 16:58:37 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.3 2003/01/08 17:03:37 rphillips Exp $
-IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
+IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
MY_P=php-${PV}
S=${WORKDIR}/${MY_P}
@@ -24,8 +24,6 @@ DEPEND="
freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 )
jpeg? ( >=media-libs/jpeg-6b )
tiff? ( >=media-libs/tiff-3.5.5 )
- png? ( >=media-libs/libpng-1.2.1 )
- gd? ( >=media-libs/libgd-1.8.3 )
X? ( virtual/x11 )
qt? ( x11-libs/qt )
nls? ( sys-devel/gettext )
@@ -119,8 +117,6 @@ src_compile() {
use firebird && myconf="${myconf} --with-interbase=/opt/interbase"
use freetype && myconf="${myconf} --with-ttf --with-t1lib"
use pdflib && myconf="${myconf} --with-pdflib=/usr"
- use gd && myconf="${myconf} --with-gd"
- use png && myconf="${myconf} --with-png-dir=/usr"
use jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib"
use tiff && myconf="${myconf} --with-tiff-dir=/usr"
@@ -190,6 +186,7 @@ src_compile() {
--enable-bcmath \
--enable-sysvsem \
--enable-exif \
+ --with-gd \
--enable-sysvshm \
--enable-sockets \
--enable-calendar \