From d1f0f8aeba6053167128b15c3902a1e194326444 Mon Sep 17 00:00:00 2001 From: se Date: Sun, 1 Jun 2003 14:48:09 +0000 Subject: 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. --- games/acm/files/patch-08 | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games') 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 ++#define float_t ACM_float_t -+#ifndef __FreeBSD__ typedef float float_t; -+#endif - typedef struct { - float_t x; /* upper x value for this interval */ -- cgit v1.1