From 3e0b227d06885d66f2531b3f41a1c5827306ec01 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 25 Oct 2002 08:19:13 +0000 Subject: [PATCH] Partially fix build on -current (remove #include ). This still blows up later on. --- math/gri/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/gri/files/patch-ac diff --git a/math/gri/files/patch-ac b/math/gri/files/patch-ac new file mode 100644 index 000000000000..9856cbb5f985 --- /dev/null +++ b/math/gri/files/patch-ac @@ -0,0 +1,11 @@ +--- gr.hh.orig Fri Oct 25 01:19:27 2002 ++++ gr.hh Fri Oct 25 01:20:38 2002 +@@ -28,7 +28,7 @@ + #if STDC_HEADERS + #include + #else +-#ifndef MSDOS ++#if !defined(MSDOS) && !defined(__FreeBSD__) + #include + #endif // not MSDOS + #endif // Doesn't have stdlib