summaryrefslogtreecommitdiff
path: root/graphics/blender/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/patches/patch-ah')
-rw-r--r--graphics/blender/patches/patch-ah22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/blender/patches/patch-ah b/graphics/blender/patches/patch-ah
new file mode 100644
index 00000000000..615bb2b5542
--- /dev/null
+++ b/graphics/blender/patches/patch-ah
@@ -0,0 +1,22 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 17:39:09 joerg Exp $
+
+--- intern/SoundSystem/intern/SND_WaveCache.cpp.orig 2007-08-08 17:01:35.000000000 +0000
++++ intern/SoundSystem/intern/SND_WaveCache.cpp
+@@ -44,16 +44,7 @@
+
+ #include "SND_WaveCache.h"
+ #include <stdio.h>
+-
+-#ifdef __APPLE__
+-# include <sys/malloc.h>
+-#else
+-# ifdef __FreeBSD__
+-# include <stdlib.h>
+-# else
+-# include <malloc.h>
+-# endif
+-#endif
++#include <stdlib.h>
+
+ SND_WaveCache::SND_WaveCache()
+ {