summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-20 13:50:36 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-20 13:50:36 +0000
commitcad9cb9233affa26577f9fd85daf85b8d73a3cf2 (patch)
treedc68ad15adc94416cf276189e73e9c58ef20b4f8 /dev-lang
parentDependencie fixes, new emerge (diff)
downloadhistorical-cad9cb9233affa26577f9fd85daf85b8d73a3cf2.tar.gz
historical-cad9cb9233affa26577f9fd85daf85b8d73a3cf2.tar.bz2
historical-cad9cb9233affa26577f9fd85daf85b8d73a3cf2.zip
Dependencie fixes, new emerge
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/php-4.0.5.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/php/php-4.0.5.ebuild b/dev-lang/php/php-4.0.5.ebuild
index 43e53937641a..0ff5c619e86b 100644
--- a/dev-lang/php/php-4.0.5.ebuild
+++ b/dev-lang/php/php-4.0.5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.5.ebuild,v 1.5 2001/05/18 17:13:55 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.5.ebuild,v 1.6 2001/05/20 13:50:36 achim Exp $
A=${PN}-4.0.5.tar.gz
S=${WORKDIR}/${PN}-4.0.5
@@ -29,9 +29,9 @@ DEPEND="virtual/glibc
ldap? ( >=net-nds/openldap-1.2.11 )
postgres? ( >=dev-db/postgresql-7.1 )
X? ( virtual/x11 )
- qt? ( x11-libs/qt-x11-2.3.0 )
+ qt? ( >=x11-libs/qt-x11-2.3.0 )
xml? ( >=app-text/sablotron-0.44 )
- libwww? ( net-libs/libwww-5.3.2 )
+ libwww? ( >=net-libs/libwww-5.3.2 )
imap? ( virtual/imap )"
src_compile() {
@@ -93,7 +93,7 @@ src_compile() {
--enable-dbase --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \
--enable-calendar --enable-versioning --enable-inline-optimization --enable-trans-sid \
--with-gd --with-ttf --with-t1lib --with-jpeg-dir=/usr/lib \
- --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` \
+ --with-config-file-path=`/usr/sbin/apxs -q SYSCONFDIR` --host=${CHOST} \
--with-apxs="/usr/sbin/apxs -ltiff" --with-exec-dir="/usr/lib/apache/bin" $myconf
try make
}