diff options
author | 2012-02-17 18:12:41 +0000 | |
---|---|---|
committer | 2012-02-17 18:12:41 +0000 | |
commit | 3597c22cb98b17aaaa95edb351f7360a47314246 (patch) | |
tree | 23b68eec367bc16546456bbcddcb6375856a1302 /www-apache/mod_caucho/mod_caucho-4.0.22.ebuild | |
parent | Add missing dev-libs/expat to RDEPEND, use emake, die if sed fails. (diff) | |
download | historical-3597c22cb98b17aaaa95edb351f7360a47314246.tar.gz historical-3597c22cb98b17aaaa95edb351f7360a47314246.tar.bz2 historical-3597c22cb98b17aaaa95edb351f7360a47314246.zip |
Fix building on amd64.
Package-Manager: portage-2.1.10.46/cvs/Linux x86_64
Diffstat (limited to 'www-apache/mod_caucho/mod_caucho-4.0.22.ebuild')
-rw-r--r-- | www-apache/mod_caucho/mod_caucho-4.0.22.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-apache/mod_caucho/mod_caucho-4.0.22.ebuild b/www-apache/mod_caucho/mod_caucho-4.0.22.ebuild index ef8a8f2d3c85..882778e50525 100644 --- a/www-apache/mod_caucho/mod_caucho-4.0.22.ebuild +++ b/www-apache/mod_caucho/mod_caucho-4.0.22.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.22.ebuild,v 1.1 2011/09/06 16:42:52 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_caucho/mod_caucho-4.0.22.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 |