mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Fix a build bug in recent -STABLE.
Submitted by: Jan Demter <jan@demter.de>
This commit is contained in:
parent
c9bd095f0e
commit
a18cefbc2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68070
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user