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

Collapse All | Expand All

(-)/usr/portage/gnome-base/librsvg/librsvg-2.26.3.ebuild (-1 / +3 lines)
Lines 5-11 Link Here
5
EAPI="3"
5
EAPI="3"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit gnome2 multilib
8
inherit gnome2 multilib flag-o-matic
9
9
10
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
10
DESCRIPTION="Scalable Vector Graphics (SVG) rendering library"
11
HOMEPAGE="http://librsvg.sourceforge.net/"
11
HOMEPAGE="http://librsvg.sourceforge.net/"
Lines 32-37 Link Here
32
DOCS="AUTHORS ChangeLog README NEWS TODO"
32
DOCS="AUTHORS ChangeLog README NEWS TODO"
33
33
34
pkg_setup() {
34
pkg_setup() {
35
	filter-flags -mfpmath=sse
36
	replace-flags -O3 -O2
35
	# croco is forced on to respect SVG specification
37
	# croco is forced on to respect SVG specification
36
	G2CONF="${G2CONF}
38
	G2CONF="${G2CONF}
37
		--disable-static
39
		--disable-static

Return to bug 239992