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

Collapse All | Expand All

(-)/usr/portage/dev-util/cmake/cmake-2.6.2-r1.ebuild (-2 / +2 lines)
Lines 47-53 Link Here
47
	fi
47
	fi
48
48
49
	tc-export CC CXX LD
49
	tc-export CC CXX LD
50
}
50
51
52
src_compile() {
51
	local qt_arg
53
	local qt_arg
52
	if use qt4; then
54
	if use qt4; then
53
		qt_arg="--qt-gui"
55
		qt_arg="--qt-gui"
Lines 63-71 Link Here
63
	else
65
	else
64
		par_arg="--parallel=1"
66
		par_arg="--parallel=1"
65
	fi
67
	fi
66
}
67
68
68
src_compile() {
69
	./bootstrap \
69
	./bootstrap \
70
		--system-libs \
70
		--system-libs \
71
		--prefix=/usr \
71
		--prefix=/usr \

Return to bug 254898