summaryrefslogtreecommitdiff
path: root/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/warmux/files/patch-lib__fixedpoint__fixed_class.h')
-rw-r--r--games/warmux/files/patch-lib__fixedpoint__fixed_class.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/warmux/files/patch-lib__fixedpoint__fixed_class.h b/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
deleted file mode 100644
index a7fe474c3920..000000000000
--- a/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./lib/fixedpoint/fixed_class.h.orig 2010-04-18 21:42:49.000000000 +0400
-+++ ./lib/fixedpoint/fixed_class.h 2010-04-24 14:38:36.456848203 +0400
-@@ -50,6 +50,12 @@
- #ifdef __APPLE__
- #define SIZE_T_FIXEDPOINT_METHODS
- #endif
-+
-+#ifdef __FreeBSD__
-+ #include <machine/elf.h>
-+ #define __WORDSIZE __ELF_WORD_SIZE
-+#endif
-+
- #if __WORDSIZE == 64
- #define SIZE_T_FIXEDPOINT_METHODS
- #endif