3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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