KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc"
src_unpack() {
unpack ${A}
cd "${S}"
#Fixing pre-stripped file
sed -i -e "/strip/d" Makefile || die "sed Makefile failed"
}
src_compile() {
emake CC=$(tc-getCC) OPTIONS="${CFLAGS} -x c++" || die "emake failed"
src_install() {