mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
11 lines
370 B
C
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
|