summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2003-06-01 14:48:09 +0000
committerse <se@FreeBSD.org>2003-06-01 14:48:09 +0000
commitd1f0f8aeba6053167128b15c3902a1e194326444 (patch)
treeb0b62c37d6ebc18e893e8832ad6fd193381876e7 /games
parent0b81fce5787522c8c3bea467b7e9df01864dc7ea (diff)
downloadFreeBSD-ports-d1f0f8aeba6053167128b15c3902a1e194326444.zip
FreeBSD-ports-d1f0f8aeba6053167128b15c3902a1e194326444.tar.gz
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.
Diffstat (limited to 'games')
-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 3bc28a5..8eb76ed 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 */
OpenPOWER on IntegriCloud