aboutsummaryrefslogtreecommitdiffstats
path: root/games/kaid/files/patch-Kaid.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/kaid/files/patch-Kaid.h')
-rw-r--r--games/kaid/files/patch-Kaid.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/games/kaid/files/patch-Kaid.h b/games/kaid/files/patch-Kaid.h
deleted file mode 100644
index e913f38a9232..000000000000
--- a/games/kaid/files/patch-Kaid.h
+++ /dev/null
@@ -1,35 +0,0 @@
---- Kaid.h Sat Feb 5 22:05:08 2005
---- Kaid.h Wed Mar 2 08:54:08 2005
-@@ -4,23 +4,24 @@
- #include <vector>
- #include <string>
- #include <iterator>
-+#ifndef PLATFORM_freebsd
- #include <locale>
-+#endif
- #include <string>
- #include <algorithm>
- #include <cctype>
-
- #include <sys/time.h>
-
--#define CONFIG_FILE "kaid.conf"
- #define AUTHOR "Mineiro"
--#ifndef PLATFORM_macosx_jaguar
-- #ifdef OPENWRT
-- #define PLATFORM "KaiStation"
-- #else
-- #define PLATFORM "Linux"
-- #endif
--#else
-+#if defined(PLATFORM_macosx_jaguar)
- #define PLATFORM "Mac OSX"
-+#elif defined(PLATFORM_freebsd)
-+#define PLATFORM "FreeBSD"
-+#elif defined(OPENWRT)
-+#define PLATFORM "KaiStation"
-+#else
-+#define PLATFORM "Linux"
- #endif
-
- using namespace std;