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

(-)/usr/portage/net-libs/nodejs/nodejs-0.12.0.ebuild (-3 / +3 lines)
Lines 49-56 Link Here
49
	# Use target arch detection logic, see v8-3.18 ebuilds
49
	# Use target arch detection logic, see v8-3.18 ebuilds
50
	case ${CHOST} in
50
	case ${CHOST} in
51
		i?86-*)
51
		i?86-*)
52
			myarch="ia32"
52
			myarch="ia32" ;;
53
			myconf+=" -Dv8_target_arch=ia32" ;;
54
		x86_64-*)
53
		x86_64-*)
55
			if [[ $ABI = x86 ]] ; then
54
			if [[ $ABI = x86 ]] ; then
56
				myarch="ia32"
55
				myarch="ia32"
Lines 68-74 Link Here
68
		--shared-libuv \
67
		--shared-libuv \
69
		--shared-http-parser \
68
		--shared-http-parser \
70
		--shared-zlib \
69
		--shared-zlib \
71
		--without-dtrace ${myconf} || die
70
		--without-dtrace \
71
		--dest-cpu=${myarch} ${myconf} || die
72
}
72
}
73
73
74
src_compile() {
74
src_compile() {

Return to bug 539432