From d02cf331676de2381081a1ad04b631cbd482a079 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 9 Apr 1997 07:24:35 +0000 Subject: Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR ports/3175. --- editors/mule-common/files/patch-ac | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'editors/mule-common/files/patch-ac') diff --git a/editors/mule-common/files/patch-ac b/editors/mule-common/files/patch-ac index 08fc94949c83..4b0f8afd8bfe 100644 --- a/editors/mule-common/files/patch-ac +++ b/editors/mule-common/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 v1.2.3