Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
src_compile() {
egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
sed -i 's:<math.h>:<cmath>:g' vector.cxx || die "sed failed"
emake || die "emake failed"
}