Fix a build bug in recent -STABLE.

Submitted by:	Jan Demter <jan@demter.de>
This commit is contained in:
Cy Schubert 2002-10-15 04:11:37 +00:00
parent c9bd095f0e
commit a18cefbc2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68070
2 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= tripwire
PORTVERSION= 2.3.1.2
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://download.sourceforge.net/tripwire/
DISTNAME= tripwire-2.3.1-2

View File

@ -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