1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/lang/mozart/files/patch-platform-emulator-libfd-std.cc
Pav Lucistnik f98f52441b - Update to 1.3.1.20040616
- 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)
2005-09-16 11:38:26 +00:00

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