diff options
author | Stefan Eßer <se@FreeBSD.org> | 2003-06-01 14:48:09 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2003-06-01 14:48:09 +0000 |
commit | b04a4e85de8b602bf2d72310eae0ec4249e9acd5 (patch) | |
tree | e88f7b6d2ec8b7915a0ca047c8688fab54fb46ad /games/acm | |
parent | d5ecced8cabcd2b1c51c570e75aafa7b98880248 (diff) | |
download | ports-b04a4e85de8b602bf2d72310eae0ec4249e9acd5.tar.gz ports-b04a4e85de8b602bf2d72310eae0ec4249e9acd5.zip |
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-08 | 10 |
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 */ |