freebsd-ports/games/evq3/files/patch-engine__splines__q_shared.hpp
2007-04-21 03:09:06 +00:00

11 lines
346 B
C++

--- ./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