--- sphinx-0.9.9-r1.ebuild 2010-11-02 19:13:16.000000000 +0100 +++ sphinx-0.9.9-r2.ebuild 2010-11-04 12:44:01.000000000 +0100 @@ -50,10 +50,13 @@ $(use_with mysql) \ $(use_with postgres pgsql) \ $(use_with stemmer libstemmer) + cd api/libsphinxclient || die + econf } src_compile() { emake || die "emake failed" + emake -j1 -C api/libsphinxclient || die "emake libsphinxclient failed" } src_test() { @@ -63,6 +66,7 @@ src_install() { emake DESTDIR="${D}" install || die "install failed" + emake -C api/libsphinxclient DESTDIR="${D}" install || die "install failed" dodoc doc/* dodir /var/lib/sphinx