freebsd-ports/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp
Cy Schubert a18cefbc2b Fix a build bug in recent -STABLE.
Submitted by:	Jan Demter <jan@demter.de>
2002-10-15 04:11:37 +00:00

11 lines
311 B
C++

--- src/STLport-4.0/src/num_put_float.cpp.orig Sat Feb 24 19:44:14 2001
+++ src/STLport-4.0/src/num_put_float.cpp Sat Oct 12 02:55:14 2002
@@ -43,7 +43,7 @@
# ifdef __STL_UNIX
-# ifdef __OpenBSD__
+# if defined(__OpenBSD__) || defined(__FreeBSD__)
# include <math.h>
# include <float.h>
# else