View | Details | Raw Unified
Collapse All | Expand All

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