I think this may make irrlicht build, and thus, supertuxkart.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32605
This commit is contained in:
Lluís Batlle i Rossell 2012-02-26 21:32:29 +00:00
parent bcbe60782b
commit e7c6623372
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
sha256 = "0v31l3k0fzy7isdsx2sh0baaixzlml1m7vgz6cd0015d9f5n99vl"; sha256 = "0v31l3k0fzy7isdsx2sh0baaixzlml1m7vgz6cd0015d9f5n99vl";
}; };
patchPhase = ''
sed -i /stdcall-alias/d source/Irrlicht/Makefile
'';
preConfigure = '' preConfigure = ''
cd source/Irrlicht cd source/Irrlicht
''; '';