From 2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f Mon Sep 17 00:00:00 2001 From: asami Date: Wed, 9 Apr 1997 07:24:35 +0000 Subject: Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR ports/3175. --- textproc/coco/files/patch-ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'textproc') diff --git a/textproc/coco/files/patch-ac b/textproc/coco/files/patch-ac index 08fc94949c83..4b0f8afd8bfe 100644 --- a/textproc/coco/files/patch-ac +++ b/textproc/coco/files/patch-ac @@ -13,3 +13,12 @@ /* Reread the time zone on startup. */ #define LOCALTIME_CACHE +@@ -81,6 +81,8 @@ + #define BSD 199103 + #elif __FreeBSD__ == 2 + #define BSD 199306 ++#elif __FreeBSD__ == 3 ++#define BSD 199506 + #endif + + #define WAITTYPE int -- cgit