aboutsummaryrefslogtreecommitdiff
path: root/games/scorched3d/files/patch-src-ode-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/scorched3d/files/patch-src-ode-common.h')
-rw-r--r--games/scorched3d/files/patch-src-ode-common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/scorched3d/files/patch-src-ode-common.h b/games/scorched3d/files/patch-src-ode-common.h
deleted file mode 100644
index 7f17caf18bf4..000000000000
--- a/games/scorched3d/files/patch-src-ode-common.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/ode/common.h.orig Wed Jul 30 17:41:29 2003
-+++ src/ode/common.h Sun Aug 3 09:07:13 2003
-@@ -25,7 +25,7 @@
-
- #include <ode/config.h>
- #include <ode/error.h>
--#ifndef WIN32
-+#if !defined(WIN32) && !defined(__FreeBSD__)
- #include <alloca.h>
- #endif
- #include <stdlib.h>