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

Collapse All | Expand All

(-)/usr/portage/dev-lang/spidermonkey/spidermonkey-1.9.2.15.ebuild (+8 lines)
Lines 69-72 Link Here
69
	emake install DESTDIR="${D}" || die
69
	emake install DESTDIR="${D}" || die
70
	dodoc ../jsd/README
70
	dodoc ../jsd/README
71
	dohtml README.html
71
	dohtml README.html
72
73
	# generate a spidermonkey-js.pc
74
	local pc mylib
75
	pc="${D}/usr/$(get_libdir)/pkgconfig/spidermonkey-js.pc"
76
	mylib="mozjs"
77
	dodir "/usr/$(get_libdir)/pkgconfig" || die
78
	local NSPR_V=" >= 4.8.6"
79
	source "${FILESDIR}"/generate-spidermonkey-pc.sh || die
72
}
80
}

Return to bug 361937