mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f98f52441b
- Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
14 lines
264 B
C++
14 lines
264 B
C++
--- ./platform/emulator/libfd/std.cc.orig Fri Sep 5 05:28:25 2003
|
|
+++ ./platform/emulator/libfd/std.cc Sat Sep 3 18:46:08 2005
|
|
@@ -44,7 +44,9 @@
|
|
|
|
#else
|
|
|
|
-#include <values.h>
|
|
+#include <limits.h>
|
|
+#include <float.h>
|
|
+#define DMAXPOWTWO DBL_MAX_EXP
|
|
|
|
#endif
|
|
|