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

Collapse All | Expand All

(-)/usr/portage/media-libs/opencollada/opencollada-0_p864-r1.ebuild (+4 lines)
Lines 38-43 Link Here
38
	# Remove unused build systems
38
	# Remove unused build systems
39
	rm Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
39
	rm Makefile scripts/{unixbuild.sh,vcproj2cmake.rb} || die
40
	find "${S}" -name SConscript -delete || die
40
	find "${S}" -name SConscript -delete || die
41
42
	epatch "${FILESDIR}"/${PN}-gcc47.patch
43
	epatch "${FILESDIR}"/${P}-smp_build.patch
41
}
44
}
42
45
43
src_configure() {
46
src_configure() {
Lines 53-58 Link Here
53
56
54
src_compile() {
57
src_compile() {
55
	MAKEOPTS="${MAKEOPTS} -j1" default  # TODO
58
	MAKEOPTS="${MAKEOPTS} -j1" default  # TODO
59
	cmake-utils_src_compile
56
}
60
}
57
61
58
src_install() {
62
src_install() {

Return to bug 428016