ports/emulators/raine/files/patch-source_bezel.c
Florent Thoumie 65506bcd28 - Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead.

Submitted by:	ultragames93 <ultragames93@free.fr> [1]
2006-06-20 11:36:20 +00:00

11 lines
370 B
C

--- source/bezel.c.orig Thu Nov 17 18:24:59 2005
+++ source/bezel.c Thu Nov 17 18:49:28 2005
@@ -18,1 +18,1 @@
#define __USE_ISOC99 1
#include <math.h>
-#ifdef RAINE_DOS
+#if defined(RAINE_DOS) || __FreeBSD_version < 500300
// djgpp seems to have specificities for rounding...
// why on earth non one implements cleanly such basic function ???
#define round rint