diff options
author | 2005-04-11 20:52:52 +0000 | |
---|---|---|
committer | 2005-04-11 20:52:52 +0000 | |
commit | da5899075d98091893696a258fe1e65dab3044d3 (patch) | |
tree | e84aac8cb0e6fe398755090b6a6c510ac6e21781 /dev-php/mod_php/mod_php-4.3.11.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-da5899075d98091893696a258fe1e65dab3044d3.tar.gz gentoo-2-da5899075d98091893696a258fe1e65dab3044d3.tar.bz2 gentoo-2-da5899075d98091893696a258fe1e65dab3044d3.zip |
Sparc fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.11.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.11.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.11.ebuild b/dev-php/mod_php/mod_php-4.3.11.ebuild index 536f9a85090b..bf35c5f8284d 100644 --- a/dev-php/mod_php/mod_php-4.3.11.ebuild +++ b/dev-php/mod_php/mod_php-4.3.11.ebuild @@ -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/dev-php/mod_php/mod_php-4.3.11.ebuild,v 1.3 2005/04/11 19:05:38 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.11.ebuild,v 1.4 2005/04/11 20:50:49 gustavoz Exp $ IUSE="${IUSE} apache2" @@ -76,7 +76,6 @@ src_unpack() { if [ "${ARCH}" == "amd64" ] ; then epatch ${FILESDIR}/mod_php-4.3.4-amd64hack.diff fi - [ "${ARCH}" == "sparc" ] && epatch ${FILESDIR}/stdint.diff # bug fix for security problem - bug #39952 # second revision as the apache2 stuff was resolved upstream |