diff options
Diffstat (limited to 'www-apache/mod_caucho/mod_caucho-4.0.25.ebuild')
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-4.0.25.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild index c8ac2f8d6880..eb3856765a5a 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild,v 1.1 2012/02/11 18:48:31 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.25.ebuild,v 1.2 2012/02/17 18:12:41 nelchael Exp $ EAPI="2" @@ -34,6 +34,8 @@ src_prepare() { epatch "${i}" done + sed -i -e 's,-m32,,g; s,-m64,,g;' configure.ac || die "sed failed" + mkdir m4 eautoreconf chmod 755 ./configure |