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

(-)dev-libs/STLport/STLport-5.0.2.ebuild.orig (-2 / +5 lines)
Lines 36-44 Link Here
36
}
36
}
37
37
38
src_compile() {
38
src_compile() {
39
	export OPT=${CXXFLAGS}
39
	cd ${S}/build/lib || die "cd failed"
40
	./configure \
41
		--with-extra-cxxflags="${CXXFLAGS}" \
42
		--without-boost \
43
		|| die "Configure failed"
40
	emake \
44
	emake \
41
		-C build/lib \
42
		-f gcc.mak \
45
		-f gcc.mak \
43
		depend all || die "Compile failed"
46
		depend all || die "Compile failed"
44
}
47
}

Return to bug 127676