summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2012-02-17 18:12:41 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2012-02-17 18:12:41 +0000
commitdbe88a56c5db2082770dcf8df8620aa80d21d16e (patch)
tree8bf5ec7f7e59460e366e9a50b85139b2d2de1ef6 /www-apache/mod_caucho/mod_caucho-4.0.22.ebuild
parentAdd missing dev-libs/expat to RDEPEND, use emake, die if sed fails. (diff)
downloadgentoo-2-dbe88a56c5db2082770dcf8df8620aa80d21d16e.tar.gz
gentoo-2-dbe88a56c5db2082770dcf8df8620aa80d21d16e.tar.bz2
gentoo-2-dbe88a56c5db2082770dcf8df8620aa80d21d16e.zip
Fix building on amd64.
(Portage version: 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.ebuild6
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