diff options
Diffstat (limited to 'games/acm/files/patch-08')
-rw-r--r-- | games/acm/files/patch-08 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/acm/files/patch-08 b/games/acm/files/patch-08 new file mode 100644 index 000000000000..3bc28a5b5a69 --- /dev/null +++ b/games/acm/files/patch-08 @@ -0,0 +1,12 @@ +--- src/interpolate.h~ Tue May 12 05:43:04 1998 ++++ src/interpolate.h Sun May 18 13:25:35 2003 +@@ -31,7 +31,9 @@ + + #include <math.h> + ++#ifndef __FreeBSD__ + typedef float float_t; ++#endif + + typedef struct { + float_t x; /* upper x value for this interval */ |