Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
DEPEND=""
# Allows unrar to compile on gcc 3.3 systems. Fixes Bug #21634
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/unrar-gcc33.patch || die "Unable to apply patch"
}
src_compile() {
#cp ${FILESDIR}/unrar-3.00-rartypes.hpp rartypes.hpp
make -f makefile.unix || die