--- dev-libs/STLport/STLport-5.0.2.ebuild.orig 2006-03-27 00:44:12.000000000 +0200 +++ dev-libs/STLport/STLport-5.0.2.ebuild 2006-03-27 00:40:27.000000000 +0200 @@ -36,9 +36,12 @@ } src_compile() { - export OPT=${CXXFLAGS} + cd ${S}/build/lib || die "cd failed" + ./configure \ + --with-extra-cxxflags="${CXXFLAGS}" \ + --without-boost \ + || die "Configure failed" emake \ - -C build/lib \ -f gcc.mak \ depend all || die "Compile failed" }