pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/blender Don't use malloc.h, always use stdlib.h.
details: https://anonhg.NetBSD.org/pkgsrc/rev/55444a42ee4e
branches: trunk
changeset: 531914:55444a42ee4e
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Aug 08 17:39:09 2007 +0000
description:
Don't use malloc.h, always use stdlib.h.
diffstat:
graphics/blender/distinfo | 3 ++-
graphics/blender/patches/patch-ah | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r 09745b380498 -r 55444a42ee4e graphics/blender/distinfo
--- a/graphics/blender/distinfo Wed Aug 08 17:35:15 2007 +0000
+++ b/graphics/blender/distinfo Wed Aug 08 17:39:09 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2006/02/23 20:15:21 joerg Exp $
+$NetBSD: distinfo,v 1.22 2007/08/08 17:39:09 joerg Exp $
SHA1 (blender-2.41.tar.gz) = 839dfece3b6efbf10694ac535d88e3745c3253ec
RMD160 (blender-2.41.tar.gz) = 7857eac2acda18ee24db4bb147bcf780025e2c12
@@ -9,3 +9,4 @@
SHA1 (patch-ae) = 9f8c84495eaa793dd04182f1ad871975083d1bb2
SHA1 (patch-af) = d8fad42c6b304651d36ac20e69f3cbe66f018a86
SHA1 (patch-ag) = cfbd34b0f9c01c044808e3fb6c07de76abbefccb
+SHA1 (patch-ah) = b45f534b4c5850da13e9b421f73e33c8d079696f
diff -r 09745b380498 -r 55444a42ee4e graphics/blender/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/blender/patches/patch-ah Wed Aug 08 17:39:09 2007 +0000
@@ -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()
+ {
Home |
Main Index |
Thread Index |
Old Index