summary refs log tree commit diff
path: root/pkgs/development/libraries/irrlicht
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-26 21:32:29 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-26 21:32:29 +0000
commite7c662337227a764e5aef7d2a9ee11f3c7995b5f (patch)
tree000ef16f4bb66810d19382baedfcefd3c3c413d9 /pkgs/development/libraries/irrlicht
parentbcbe60782bbfb118bdf5305ab2e733b960d9c679 (diff)
downloadnixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar.gz
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar.bz2
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar.lz
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar.xz
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.tar.zst
nixpkgs-e7c662337227a764e5aef7d2a9ee11f3c7995b5f.zip
I think this may make irrlicht build, and thus, supertuxkart.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32605
Diffstat (limited to 'pkgs/development/libraries/irrlicht')
-rw-r--r--pkgs/development/libraries/irrlicht/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/irrlicht/default.nix b/pkgs/development/libraries/irrlicht/default.nix
index ccc088816c6..760ad096fd0 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
   '';