*** /usr/portage/games-strategy/glob2/glob2-0.8.6.ebuild Wed Jun 9 19:10:53 2004 --- /usr/local/portage/games-strategy/glob2/glob2-0.8.6.ebuild Sat Jun 12 00:34:08 2004 *************** DEPEND="virtual/glibc *** 23,28 **** --- 23,35 ---- =media-libs/freetype-2* sys-libs/zlib" + #we have to override the games.eclass src_compile, since ./configure assumes + #that vorbis will be installed under PREFIX + src_compile() { + [ -x ./configure ] && { egamesconf --with-vorbis=/usr || die "egamesconf failed"; } + [ -e [Mm]akefile ] && { emake || die "emake failed"; } + } + src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS README TODO