src_compile() {
[ "`gcc-version`" == "2.95" ] && append-ldflags -lpthread
use static && append-ldflags -static
export LDFLAGS
econf `use_with build included-popt` || die
emake || die
}