mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
630eb2d3af
an object-oriented 3D toolkit offering a comprehensive solution to interactive graphics programming problems. PR: 46731 Submitted by: Christian Gusenbauer <c47g@gmx.at>
19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
--- lib/database/src/so/engines/SoCalcParse.y.old Sun Aug 3 14:03:28 2003
|
|
+++ lib/database/src/so/engines/SoCalcParse.y Sun Aug 3 14:09:13 2003
|
|
@@ -20,10 +20,14 @@
|
|
#include <Inventor/errors/SoDebugError.h>
|
|
#include "SoCalcExpr.h"
|
|
#include <stdio.h>
|
|
+
|
|
#ifdef __APPLE__
|
|
#include <float.h>
|
|
#include <limits.h>
|
|
-#else
|
|
+#elif defined __FreeBSD__
|
|
+#include <float.h>
|
|
+#define MINFLOAT FLT_MIN
|
|
+#else // __FreeBSD__
|
|
#include <values.h>
|
|
#endif
|
|
#include <math.h>
|