diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-01-10 18:38:06 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-01-10 18:38:06 +0000 |
commit | 8d79b07d780160bde18b2e6019f9ca48423c9ded (patch) | |
tree | 8d30ad51ee0aab6c5cc1abb18afa895a47a2f812 /eclass | |
parent | Move php patches to tarballs. (diff) | |
download | historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.gz historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.tar.bz2 historical-8d79b07d780160bde18b2e6019f9ca48423c9ded.zip |
Move php patches to tarballs.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 4 | ||||
-rw-r--r-- | eclass/php5_0-sapi.eclass | 4 | ||||
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index 1569150d1e37..4213807c7de2 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.8 2006/01/04 11:44:55 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.9 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -243,7 +243,7 @@ php4_4-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi diff --git a/eclass/php5_0-sapi.eclass b/eclass/php5_0-sapi.eclass index 6491c519c58b..b6a2537f9782 100644 --- a/eclass/php5_0-sapi.eclass +++ b/eclass/php5_0-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.10 2006/01/04 18:00:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_0-sapi.eclass,v 1.11 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -248,7 +248,7 @@ php5_0-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 5ba08e3fa31a..7d0e6cd56985 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.10 2006/01/04 18:00:27 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.11 2006/01/10 18:38:06 chtekk Exp $ # # ######################################################################## # @@ -255,7 +255,7 @@ php5_1-sapi_src_unpack() { # lib64 support if [ -n "${LIB64_PATCH}" ] ; then - epatch "${FILESDIR}/${LIB64_PATCH}" + epatch "${WORKDIR}/${LIB64_PATCH}" else ewarn "There is no lib64 patch available for this PHP release yet!" fi |