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

(-)/usr/portage/media-tv/kodi/kodi-16.1.ebuild (+5 lines)
Lines 166-171 Link Here
166
src_prepare() {
166
src_prepare() {
167
	default
167
	default
168
168
169
	if [ -d "${WORKDIR}/xbmc" ]; then
170
		cp -r "${WORKDIR}/xbmc" "${S}/"
171
	fi
172
169
	# some dirs ship generated autotools, some dont
173
	# some dirs ship generated autotools, some dont
170
	multijob_init
174
	multijob_init
171
	local d dirs=(
175
	local d dirs=(
Lines 248-253 Link Here
248
}
252
}
249
253
250
src_compile() {
254
src_compile() {
255
	emake -C tools/depends/native/JsonSchemaBuilder/
251
	emake V=1
256
	emake V=1
252
}
257
}
253
258

Return to bug 598058