--- unrar-3.2.0_beta2.ebuild.orig 2003-05-26 18:27:43.000000000 +0000 +++ unrar-3.2.0_beta2.ebuild 2003-05-26 18:32:25.000000000 +0000 @@ -14,6 +14,11 @@ 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