blender update to 2.48
adding some patches to compile dependencies and gav svn path=/nixpkgs/trunk/; revision=15474
This commit is contained in:
@@ -20,4 +20,6 @@ stdenv.mkDerivation {
|
||||
homepage = http://ampasctl.sourceforge.net;
|
||||
license = "SOME OPEN SOURCE LICENSE"; # TODO which exactly is this?
|
||||
};
|
||||
|
||||
patches = [ ./patch.patch ];
|
||||
}
|
||||
|
||||
24
pkgs/development/libraries/ctl/patch.patch
Normal file
24
pkgs/development/libraries/ctl/patch.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
diff --git a/IlmCtl/CtlLex.cpp b/IlmCtl/CtlLex.cpp
|
||||
index e662d22..a47311a 100644
|
||||
--- a/IlmCtl/CtlLex.cpp
|
||||
+++ b/IlmCtl/CtlLex.cpp
|
||||
@@ -57,6 +57,7 @@
|
||||
#include <CtlLContext.h>
|
||||
#include <iomanip>
|
||||
#include <cassert>
|
||||
+#include <stdlib.h>
|
||||
|
||||
|
||||
#if 0
|
||||
diff --git a/IlmCtlSimd/CtlSimdReg.h b/IlmCtlSimd/CtlSimdReg.h
|
||||
index 6b000b2..8a39f7c 100644
|
||||
--- a/IlmCtlSimd/CtlSimdReg.h
|
||||
+++ b/IlmCtlSimd/CtlSimdReg.h
|
||||
@@ -52,6 +52,7 @@
|
||||
#include <typeinfo>
|
||||
#include <CtlExc.h>
|
||||
#include <Iex.h>
|
||||
+#include <memory.h>
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
Reference in New Issue
Block a user