--- boinc-5.5.6.ebuild 2007-02-26 19:34:36.000000000 +0100 +++ boinc-5.8.11.ebuild 2007-02-26 19:38:33.000000000 +0100 @@ -1,8 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.5.6.ebuild,v 1.5 2006/11/23 16:17:55 vivo Exp $ +# $Header: $ inherit eutils +inherit flag-o-matic DESCRIPTION="The Berkeley Open Infrastructure for Network Computing" HOMEPAGE="http://boinc.ssl.berkeley.edu/" @@ -14,7 +15,7 @@ IUSE="server X unicode" RDEPEND="sys-libs/zlib - >=net-misc/curl-7.15.0 + >=net-misc/curl-7.15.5 >=dev-libs/openssl-0.9.7 X? ( >=x11-libs/wxGTK-2.6.2 ) server? ( net-www/apache @@ -41,12 +42,10 @@ src_unpack() { unpack ${A} cd ${S} - - # point to a proper mouse device - sed -e "s:/dev/mouse:/dev/input/mice:g" -i client/hostinfo_unix.C || die } src_compile() { + append-flags -O3 -funroll-loops -fforce-addr -ffast-math # Just run the necessary tools directly einfo "Running necessary autotools..." aclocal -I m4 || die "aclocal failed."