summaryrefslogtreecommitdiff
path: root/graphics/blender/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/patches/patch-af')
-rw-r--r--graphics/blender/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/blender/patches/patch-af b/graphics/blender/patches/patch-af
deleted file mode 100644
index 53be24fddaf..00000000000
--- a/graphics/blender/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.4 2006/02/23 20:15:22 joerg Exp $
-
---- extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp.orig 2006-02-10 20:35:26.000000000 +0100
-+++ extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp
-@@ -36,7 +36,7 @@
- #if defined (WIN32)
- #include <malloc.h>
- #else
--#if defined (__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- #include <stdlib.h>
- #else
- #include <alloca.h>