--- librsvg-2.26.0.ebuild 2010-01-16 18:35:44.000000000 +0100 +++ librsvg-2.26.0.ebuild 2010-04-18 01:38:40.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.0.ebuild,v 1.10 2010/01/16 17:21:43 armin76 Exp $ -inherit eutils gnome2 multilib +inherit eutils gnome2 multilib autotools DESCRIPTION="Scalable Vector Graphics (SVG) rendering library" HOMEPAGE="http://librsvg.sourceforge.net/" @@ -35,7 +35,8 @@ --disable-mozilla-plugin --with-croco --enable-pixbuf-loader - --enable-gtk-theme" + --enable-gtk-theme + --disable-tools" } src_unpack() { @@ -43,6 +44,10 @@ # gcc-4.3.2-r3 related segfault with various apps like firefox -- bug 239992 epatch "${FILESDIR}/${PN}-2.22.3-fix-segfault-with-firefox.patch" + + # builds tests with FEATURES=-test -- bug 226231 + epatch "${FILESDIR}/${PN}-2.26.0-add-disable-tools-option.patch" + eautoreconf } set_gtk_confdir() {