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

Collapse All | Expand All

(-)/usr/portage/sci-astronomy/celestia/celestia-1.4.1.ebuild (-1 / +2 lines)
Lines 73-78 Link Here
73
	fi
73
	fi
74
74
75
	epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch"
75
	epatch "${FILESDIR}/celestia-1.4.1-gcc-4.1.patch"
76
	epatch "${FILESDIR}/makefile.am.patch"
76
77
77
	econf \
78
	econf \
78
		--with-${mygui} \
79
		--with-${mygui} \
Lines 96-102 Link Here
96
	if [ "${mygui}" == "gnome" ]; then
97
	if [ "${mygui}" == "gnome" ]; then
97
		gnome2_src_install
98
		gnome2_src_install
98
	else
99
	else
99
		einstall	|| die "einstall failed"
100
		make DESTDIR="${D}" install	|| die "make install failed"
100
	fi
101
	fi
101
102
102
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \
103
	dodoc AUTHORS README TODO NEWS TRANSLATORS ChangeLog \

Return to bug 128218