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

Collapse All | Expand All

(-)/usr/portage/x11-misc/xplanet/xplanet-1.2.0.ebuild (-2 / +4 lines)
Lines 31-37 Link Here
31
src_unpack() {
31
src_unpack() {
32
	unpack ${A}
32
	unpack ${A}
33
	cd "${S}"
33
	cd "${S}"
34
	epatch "${FILESDIR}"/${P}-gcc43.patch
34
	epatch "${FILESDIR}"/${PN}_r153.patch
35
	epatch "${FILESDIR}"/${PN}_r154.patch
36
	epatch "${FILESDIR}"/${PN}_r157.patch
35
}
37
}
36
38
37
src_compile() {
39
src_compile() {
Lines 62-68 Link Here
62
		|| myconf="${myconf} --with-freetype=no --with-pango=no"
64
		|| myconf="${myconf} --with-freetype=no --with-pango=no"
63
65
64
	econf --with-cspice=no ${myconf}
66
	econf --with-cspice=no ${myconf}
65
	emake -j1 || die "emake failed."
67
	emake || die "emake failed."
66
}
68
}
67
69
68
src_install () {
70
src_install () {

Return to bug 277937