diff options
author | 2003-03-03 07:59:18 +0000 | |
---|---|---|
committer | 2003-03-03 07:59:18 +0000 | |
commit | 87d77fe847d82432bc03358b30ac8bcfa0b145ec (patch) | |
tree | fdfd69b5ce78ac8421fb3f17a31db6a8eb9c0071 /dev-php | |
parent | bump, unstable (diff) | |
download | gentoo-2-87d77fe847d82432bc03358b30ac8bcfa0b145ec.tar.gz gentoo-2-87d77fe847d82432bc03358b30ac8bcfa0b145ec.tar.bz2 gentoo-2-87d77fe847d82432bc03358b30ac8bcfa0b145ec.zip |
qt include configure breakage fixed
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/php/php-4.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index bac11847ec7f..3e23ca956c1d 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-php/php # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.37 2003/02/24 21:55:22 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.38 2003/03/03 07:59:18 seemant Exp $ 13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild : Added ppc and sparc keyword becuse this is a security update. @@ -9,6 +9,9 @@ *php-4.3.1 (24 Feb 2003) + 03 Mar 2003; Seemant Kulleen <seemant@gentoo.org> php-4.3.1.ebuild: + not hardcoding qt2's include + 24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1-r1.ebuild : Added needed files for phpize. Added png dep Fixes #16185 diff --git a/dev-php/php/php-4.3.1.ebuild b/dev-php/php/php-4.3.1.ebuild index 3b9e5df7ae1e..750f9d7d1b79 100644 --- a/dev-php/php/php-4.3.1.ebuild +++ b/dev-php/php/php-4.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.2 2003/02/24 20:55:12 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.3 2003/03/03 07:59:18 seemant Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" @@ -123,7 +123,7 @@ src_compile() { fi use qt && { - export QTDIR=/usr/qt/2 #hope this helps - danarmak + export QTDIR=${QTDIR} #hope this helps - danarmak myconf="${myconf} --with-qtdom" } |