From e7c662337227a764e5aef7d2a9ee11f3c7995b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 26 Feb 2012 21:32:29 +0000 Subject: [PATCH] I think this may make irrlicht build, and thus, supertuxkart. svn path=/nixpkgs/branches/stdenv-updates/; revision=32605 --- pkgs/development/libraries/irrlicht/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/irrlicht/default.nix b/pkgs/development/libraries/irrlicht/default.nix index ccc088816c6a..760ad096fd0b 100644 --- a/pkgs/development/libraries/irrlicht/default.nix +++ b/pkgs/development/libraries/irrlicht/default.nix @@ -11,6 +11,10 @@ stdenv.mkDerivation rec { sha256 = "0v31l3k0fzy7isdsx2sh0baaixzlml1m7vgz6cd0015d9f5n99vl"; }; + patchPhase = '' + sed -i /stdcall-alias/d source/Irrlicht/Makefile + ''; + preConfigure = '' cd source/Irrlicht '';