summaryrefslogtreecommitdiff
path: root/graphics/blender/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/blender/patches/patch-ag')
-rw-r--r--graphics/blender/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/blender/patches/patch-ag b/graphics/blender/patches/patch-ag
deleted file mode 100644
index 396351b2fb1..00000000000
--- a/graphics/blender/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.4 2006/02/23 20:15:22 joerg Exp $
-
---- extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp.orig 2006-02-10 20:42:45.000000000 +0100
-+++ extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp
-@@ -42,7 +42,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>