summaryrefslogtreecommitdiff
path: root/security/tripwire/files
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2002-10-15 04:11:37 +0000
committerCy Schubert <cy@FreeBSD.org>2002-10-15 04:11:37 +0000
commita18cefbc2b741cd521df9ad5cd9a4f23c5b44fbc (patch)
treeaf569964527b4a3888ddafdfc5cf493c6bd66ba4 /security/tripwire/files
parentFound the problem. If it found a glib, which would only be a non-ports (diff)
Fix a build bug in recent -STABLE.
Submitted by: Jan Demter <jan@demter.de>
Notes
Notes: svn path=/head/; revision=68070
Diffstat (limited to 'security/tripwire/files')
-rw-r--r--security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp b/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp
new file mode 100644
index 000000000000..551cd1fb7a3e
--- /dev/null
+++ b/security/tripwire/files/patch-src::STLport-4.0::src::num_put_float.cpp
@@ -0,0 +1,11 @@
+--- 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