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

(-)/usr/portage/dev-util/cmake/cmake-2.4.3.ebuild (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.3.ebuild,v 1.9 2006/12/08 01:09:52 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.4.3.ebuild,v 1.9 2006/12/08 01:09:52 jer Exp $
4
4
5
inherit toolchain-funcs eutils versionator
5
inherit toolchain-funcs eutils versionator flag-o-matic
6
6
7
DESCRIPTION="Cross platform Make"
7
DESCRIPTION="Cross platform Make"
8
HOMEPAGE="http://www.cmake.org/"
8
HOMEPAGE="http://www.cmake.org/"
Lines 15-20 Link Here
15
15
16
src_compile() {
16
src_compile() {
17
	cd ${S}
17
	cd ${S}
18
19
	# Bug 156800
20
	replace-flags "-O2" "-Os"
21
18
	tc-export CC CXX LD
22
	tc-export CC CXX LD
19
	./bootstrap \
23
	./bootstrap \
20
		--prefix=/usr \
24
		--prefix=/usr \

Return to bug 156800