diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-09 21:41:54 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-06-09 21:41:54 +0000 |
commit | 7beb40e94d7b038cd0e84d37595535560f213cb7 (patch) | |
tree | 45f5ab8188fd8bf334a714b655b139fed60a7ef0 /eclass | |
parent | Stable on sparc (diff) | |
download | gentoo-2-7beb40e94d7b038cd0e84d37595535560f213cb7.tar.gz gentoo-2-7beb40e94d7b038cd0e84d37595535560f213cb7.tar.bz2 gentoo-2-7beb40e94d7b038cd0e84d37595535560f213cb7.zip |
Sparc doesn't need the stdint patch for php5
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index c01025f6a278..d08c2c3ad8a2 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.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-sapi-r2.eclass,v 1.14 2005/06/08 17:39:16 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.15 2005/06/09 21:41:54 gustavoz Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -359,7 +359,7 @@ php5-sapi-r2_src_unpack() { # Just in case ;-) chmod 755 configure - [ "${ARCH}" == "sparc" ] && epatch ${FILESDIR}/php-5.0-stdint.diff + # [ "${ARCH}" == "sparc" ] && epatch ${FILESDIR}/php-5.0-stdint.diff # epatch ${FILESDIR}/${MY_PHP_P}-missing-arches.patch } |