Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185721
Collapse All | Expand All

(-)/usr/portage/media-gfx/graphviz/graphviz-2.12.ebuild (-1 / +4 lines)
Lines 5-11 Link Here
5
WANT_AUTOCONF=latest
5
WANT_AUTOCONF=latest
6
WANT_AUTOMAKE=latest
6
WANT_AUTOMAKE=latest
7
7
8
inherit eutils autotools multilib python
8
inherit eutils autotools multilib python flag-o-matic
9
9
10
DESCRIPTION="Open Source Graph Visualization Software"
10
DESCRIPTION="Open Source Graph Visualization Software"
11
HOMEPAGE="http://www.graphviz.org/"
11
HOMEPAGE="http://www.graphviz.org/"
Lines 127-132 Link Here
127
}
127
}
128
128
129
src_compile() {
129
src_compile() {
130
	#strip -0s for gcc 4.2
131
	replace-flags -Os -O2
132
	
130
	# If we want pango, we need --with-x, otherwise
133
	# If we want pango, we need --with-x, otherwise
131
	# nothing gets built. Dependencies should be ok.
134
	# nothing gets built. Dependencies should be ok.
132
	local myconf=""
135
	local myconf=""

Return to bug 185721