Created attachment 281379 [details] irrlicht-1.8.0_pre3843.ebuild This version of dev-games/irrlicht need for games-action/supertuxkart-0.7.2 Since there is no tarboll, source code taken from SVN.
Created attachment 281381 [details] irrlicht-9999-demoMake.patch
Created attachment 281383 [details] irrlicht-9999-gentoo.patch
Created attachment 281385 [details] irrlicht-9999-config.patch
When running supertuxkart built against the irrlicht engine compiled from gamerlay I have this warning : > !!!!! Performance warning: Irrlicht compiled with debug mode.!!!!! > !!!!! This can have a significant performance impact !!!!! You should disable de debug mode when you compile the irrlicht engine : > --- irrlicht-1.8.0_pre3843.ebuild.old 2011-11-05 10:38:11.000000000 +0100 > +++ irrlicht-1.8.0_pre3843.ebuild 2011-11-05 10:38:26.000000000 +0100 > @@ -44,7 +44,7 @@ > src_compile() { > cd source/Irrlicht > tc-export CXX CC AR > - emake sharedlib staticlib || die "emake failed" > + emake NDEBUG=1 sharedlib staticlib || die "emake failed" > } > > src_install() {
we'll pick up 1.8 when they release it.