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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- app-benchmarks/gtkperf/gtkperf-0.40.ebuild
0
++ app-benchmarks/gtkperf/gtkperf-0.40.ebuild
Lines 23-29 Link Here
23
23
24
src_compile() {
24
src_compile() {
25
	econf "$(use_enable nls)"
25
	econf "$(use_enable nls)"
26
	emake || die "emake failed"
26
	emake CFLAGS="${CFLAGS}" || die "emake failed"
27
}
27
}
28
28
29
src_install() {
29
src_install() {

Return to bug 429942