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

(-)noweb-2.11b-r1.ebuild (+5 lines)
Lines 38-43 Link Here
38
	sed -i -e "s/texhash/true/" Makefile
38
	sed -i -e "s/texhash/true/" Makefile
39
	# dont strip...
39
	# dont strip...
40
	sed -i -e "s/strip/true/" Makefile
40
	sed -i -e "s/strip/true/" Makefile
41
42
	# fix up makefiles for parallel make (bug #264273)
43
	for FILE in $(find . -name Makefile) ; do
44
		sed -i -e '/cd / s/make/$(MAKE)/' $FILE
45
	done
41
}
46
}
42
47
43
src_compile() {
48
src_compile() {

Return to bug 264273