aboutsummaryrefslogtreecommitdiff
path: root/games/evq3/files/patch-engine__splines__q_shared.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'games/evq3/files/patch-engine__splines__q_shared.hpp')
-rw-r--r--games/evq3/files/patch-engine__splines__q_shared.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/evq3/files/patch-engine__splines__q_shared.hpp b/games/evq3/files/patch-engine__splines__q_shared.hpp
new file mode 100644
index 000000000000..2cfbab2ee5c7
--- /dev/null
+++ b/games/evq3/files/patch-engine__splines__q_shared.hpp
@@ -0,0 +1,11 @@
+--- ./engine/splines/q_shared.hpp.orig Thu Feb 22 18:28:58 2007
++++ ./engine/splines/q_shared.hpp Mon Apr 16 23:59:30 2007
+@@ -189,7 +189,7 @@
+
+ // the mac compiler can't handle >32k of locals, so we
+ // just waste space and make big arrays static...
+-#ifdef __linux__
++#ifdef __unix__
+
+ // bk001205 - from Makefile
+ #define stricmp strcasecmp