diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-13 21:05:11 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2004-08-13 21:05:11 +0000 |
commit | e8abe3868cdfb224b76784b877e149f32bcd9f44 (patch) | |
tree | 7343d2ebad716a9c17d914f9d63dab9b9e49d28a /eclass/php5-sapi.eclass | |
parent | dmx for xorg (diff) | |
download | gentoo-2-e8abe3868cdfb224b76784b877e149f32bcd9f44.tar.gz gentoo-2-e8abe3868cdfb224b76784b877e149f32bcd9f44.tar.bz2 gentoo-2-e8abe3868cdfb224b76784b877e149f32bcd9f44.zip |
fix for php5.0.1.
Diffstat (limited to 'eclass/php5-sapi.eclass')
-rw-r--r-- | eclass/php5-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass index 1981ced67b47..fb15ec57682c 100644 --- a/eclass/php5-sapi.eclass +++ b/eclass/php5-sapi.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/php5-sapi.eclass,v 1.21 2004/08/09 22:31:42 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.22 2004/08/13 21:05:11 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -304,7 +304,7 @@ php5-sapi_pkg_setup () { php5-sapi_src_unpack () { unpack ${A} # Fix for HTTP auth bug, #59755 - epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch + [ "x${PV}" == "x5.0.0" ] && epatch ${FILESDIR}/php-5.0.0-httpauthfix.patch cd ${S} |