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

Collapse All | Expand All

(-)nodejs-0.4.12.ebuild (+4 lines)
Lines 24-29 Link Here
24
24
25
S=${WORKDIR}/node-v${PV}
25
S=${WORKDIR}/node-v${PV}
26
26
27
src_prepare() {
28
	epatch "${FILESDIR}/${PN}-node_buffer.patch"
29
}
30
27
src_configure() {
31
src_configure() {
28
	# this is a waf confuserator
32
	# this is a waf confuserator
29
	./configure --shared-v8 --prefix=/usr || die
33
	./configure --shared-v8 --prefix=/usr || die

Return to bug 386683