summaryrefslogtreecommitdiff
path: root/games/acm
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-06-01 14:48:09 +0000
committerStefan Eßer <se@FreeBSD.org>2003-06-01 14:48:09 +0000
commitb04a4e85de8b602bf2d72310eae0ec4249e9acd5 (patch)
treee88f7b6d2ec8b7915a0ca047c8688fab54fb46ad /games/acm
parent- Update to 0.6.1 (diff)
Fix build on -STABLE: The previous work-around was only tested (and
worked only) on -CURRENT. This one is tested on both 4.8 and 5.1-RC.
Notes
Notes: svn path=/head/; revision=81908
Diffstat (limited to 'games/acm')
-rw-r--r--games/acm/files/patch-0810
1 files changed, 4 insertions, 6 deletions
diff --git a/games/acm/files/patch-08 b/games/acm/files/patch-08
index 3bc28a5b5a69..8eb76ed9dc28 100644
--- a/games/acm/files/patch-08
+++ b/games/acm/files/patch-08
@@ -1,12 +1,10 @@
--- src/interpolate.h~ Tue May 12 05:43:04 1998
-+++ src/interpolate.h Sun May 18 13:25:35 2003
-@@ -31,7 +31,9 @@
++++ src/interpolate.h Sat May 24 12:03:04 2003
+@@ -30,6 +30,7 @@
+ */
#include <math.h>
++#define float_t ACM_float_t
-+#ifndef __FreeBSD__
typedef float float_t;
-+#endif
- typedef struct {
- float_t x; /* upper x value for this interval */