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

Collapse All | Expand All

(-)xosview-1.8.2.ebuild (-1 / +2 lines)
Lines 24-30 Link Here
24
	#fi
24
	#fi
25
25
26
	use ppc64 && gnuconfig_update
26
	use ppc64 && gnuconfig_update
27
	econf || die "configuration failed"
27
	local myconf="--x-libraries=/usr/X11R6/lib"
28
	econf ${myconf} || die "configuration failed"
28
	emake || die "compilation failed"
29
	emake || die "compilation failed"
29
}
30
}
30
31

Return to bug 74881