Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226231 | Differences between
and this patch

Collapse All | Expand All

(-)librsvg-2.26.0.ebuild (-2 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.0.ebuild,v 1.10 2010/01/16 17:21:43 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.26.0.ebuild,v 1.10 2010/01/16 17:21:43 armin76 Exp $
4
4
5
inherit eutils gnome2 multilib
5
inherit eutils gnome2 multilib autotools
6
6
7
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
7
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
8
HOMEPAGE="http://librsvg.sourceforge.net/"
8
HOMEPAGE="http://librsvg.sourceforge.net/"
Lines 35-41 Link Here
35
		--disable-mozilla-plugin
35
		--disable-mozilla-plugin
36
		--with-croco
36
		--with-croco
37
		--enable-pixbuf-loader
37
		--enable-pixbuf-loader
38
		--enable-gtk-theme"
38
		--enable-gtk-theme
39
		--disable-tools"
39
}
40
}
40
41
41
src_unpack() {
42
src_unpack() {
Lines 43-48 Link Here
43
44
44
	# gcc-4.3.2-r3 related segfault with various apps like firefox -- bug 239992
45
	# gcc-4.3.2-r3 related segfault with various apps like firefox -- bug 239992
45
	epatch "${FILESDIR}/${PN}-2.22.3-fix-segfault-with-firefox.patch"
46
	epatch "${FILESDIR}/${PN}-2.22.3-fix-segfault-with-firefox.patch"
47
48
	# builds tests with FEATURES=-test -- bug 226231
49
	epatch "${FILESDIR}/${PN}-2.26.0-add-disable-tools-option.patch"
50
	eautoreconf
46
}
51
}
47
52
48
set_gtk_confdir() {
53
set_gtk_confdir() {

Return to bug 226231