1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/games/acm/files/patch-08
Stefan Eßer b04a4e85de 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.
2003-06-01 14:48:09 +00:00

11 lines
196 B
Plaintext

--- src/interpolate.h~ Tue May 12 05:43:04 1998
+++ src/interpolate.h Sat May 24 12:03:04 2003
@@ -30,6 +30,7 @@
*/
#include <math.h>
+#define float_t ACM_float_t
typedef float float_t;