aboutsummaryrefslogtreecommitdiff
path: root/math/gri/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/gri/files/patch-ac')
-rw-r--r--math/gri/files/patch-ac13
1 files changed, 11 insertions, 2 deletions
diff --git a/math/gri/files/patch-ac b/math/gri/files/patch-ac
index 9856cbb5f985..dec3f2a58867 100644
--- a/math/gri/files/patch-ac
+++ b/math/gri/files/patch-ac
@@ -1,5 +1,5 @@
---- gr.hh.orig Fri Oct 25 01:19:27 2002
-+++ gr.hh Fri Oct 25 01:20:38 2002
+--- gr.hh.orig Sun Jun 2 02:37:59 2002
++++ gr.hh Fri Jan 3 21:12:13 2003
@@ -28,7 +28,7 @@
#if STDC_HEADERS
#include <stdlib.h>
@@ -9,3 +9,12 @@
#include <malloc.h>
#endif // not MSDOS
#endif // Doesn't have stdlib
+@@ -345,7 +345,7 @@
+ #endif
+
+ // Time type (time_t, int, or long) varies per machine (ug).
+-#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX)
++#if defined(VMS) || defined(MSDOS) || defined(IS_DEC_ALPHA) || defined(AIX) || defined(__FreeBSD__)
+ #define SECOND_TYPE time_t
+ #else
+ #if defined(__DECCXX)