summaryrefslogtreecommitdiff
path: root/graphics/blender
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-02-19 22:32:35 +0000
committerjoerg <joerg@pkgsrc.org>2013-02-19 22:32:35 +0000
commitf1c614e2ce36f40fe7721f6997ff77c07a494428 (patch)
treeb3c96f1faf1df5489827b43a9b24923613eb7274 /graphics/blender
parent14d81cf46b31838ff81b8fc627bb382da7960064 (diff)
downloadpkgsrc-f1c614e2ce36f40fe7721f6997ff77c07a494428.tar.gz
Fix build with new libpng.
Diffstat (limited to 'graphics/blender')
-rw-r--r--graphics/blender/distinfo3
-rw-r--r--graphics/blender/patches/patch-intern_smoke_intern_WAVELET__NOISE.h12
2 files changed, 14 insertions, 1 deletions
diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo
index 65394d82c75..74ac839963d 100644
--- a/graphics/blender/distinfo
+++ b/graphics/blender/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2013/01/02 02:22:07 ryoon Exp $
+$NetBSD: distinfo,v 1.35 2013/02/19 22:32:35 joerg Exp $
SHA1 (blender-2.65a.tar.gz) = e00ea38aaa815bf19bace6dabccc22c822cc5490
RMD160 (blender-2.65a.tar.gz) = 0381dc1be89cf4c8e7932d0d122a7a8e092f4221
@@ -17,4 +17,5 @@ SHA1 (patch-extern_libmv_third__party_glog_src_utilities.h) = 32fea10d935621ef05
SHA1 (patch-intern_ghost_SConscript) = 84dad76663e6dfc3bd6636fe8924921fe04caa2f
SHA1 (patch-intern_guardedalloc_MEM__sys__types.h) = 7b3ee6dc5d1b66a785a838c07507b8d93f7f1d1d
SHA1 (patch-intern_opennl_superlu_superlu__sys__types.h) = 99fa9ffa655914067173481d5fe6c498ad069717
+SHA1 (patch-intern_smoke_intern_WAVELET__NOISE.h) = 46e30b722aa5e126c3aa7638be2a63e8d490c265
SHA1 (patch-user-config.py) = a3cf1a22185496f13b068a31d4b9638c8821f941
diff --git a/graphics/blender/patches/patch-intern_smoke_intern_WAVELET__NOISE.h b/graphics/blender/patches/patch-intern_smoke_intern_WAVELET__NOISE.h
new file mode 100644
index 00000000000..66617e55319
--- /dev/null
+++ b/graphics/blender/patches/patch-intern_smoke_intern_WAVELET__NOISE.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-intern_smoke_intern_WAVELET__NOISE.h,v 1.1 2013/02/19 22:32:35 joerg Exp $
+
+--- intern/smoke/intern/WAVELET_NOISE.h.orig 2013-02-19 18:32:09.000000000 +0000
++++ intern/smoke/intern/WAVELET_NOISE.h
+@@ -43,6 +43,7 @@
+ #ifndef WAVELET_NOISE_H
+ #define WAVELET_NOISE_H
+
++#include <string.h>
+ #include <MERSENNETWISTER.h>
+
+ #ifdef WIN32