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

Collapse All | Expand All

(-)/usr/portage/sci-astronomy/stellarium/stellarium-0.22.1.ebuild (+2 lines)
Lines 73-78 Link Here
73
	"${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch"
73
	"${FILESDIR}/stellarium-0.20.3-unbundle-zlib.patch"
74
	"${FILESDIR}/stellarium-0.22.1-fix-star-manager-segfault.patch"
74
	"${FILESDIR}/stellarium-0.22.1-fix-star-manager-segfault.patch"
75
	"${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch"
75
	"${FILESDIR}/stellarium-0.22.1-unbundle-qtcompress.patch"
76
	"${FILESDIR}/${P}-ccache_allowed-option.patch"
76
)
77
)
77
78
78
src_prepare() {
79
src_prepare() {
Lines 98-103 Link Here
98
99
99
src_configure() {
100
src_configure() {
100
	local mycmakeargs=(
101
	local mycmakeargs=(
102
		-DCCACHE_ALLOWED="OFF"
101
		-DENABLE_GPS="$(usex gps)"
103
		-DENABLE_GPS="$(usex gps)"
102
		-DENABLE_MEDIA="$(usex media)"
104
		-DENABLE_MEDIA="$(usex media)"
103
		-DENABLE_NLS="$(usex nls)"
105
		-DENABLE_NLS="$(usex nls)"

Return to bug 847439