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 (-1 / +5 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 43-48 Link Here
43
43
44
	# gcc-4.3.2-r3 related segfault with various apps like firefox -- bug 239992
44
	# 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"
45
	epatch "${FILESDIR}/${PN}-2.22.3-fix-segfault-with-firefox.patch"
46
47
	# builds tests with FEATURES=-test -- bug 226231
48
	epatch "${FILESDIR}/${PN}-2.26.0-do-not-build-tests-if-not-asked.patch"
49
	eautoreconf
46
}
50
}
47
51
48
set_gtk_confdir() {
52
set_gtk_confdir() {

Return to bug 226231