summaryrefslogtreecommitdiffstats
path: root/textproc/coco/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-09 07:24:35 +0000
committerasami <asami@FreeBSD.org>1997-04-09 07:24:35 +0000
commit2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f (patch)
treeb63c10e6f8306d27c9e107be2d4dbbd78669c64b /textproc/coco/files
parenta109ca0d14d4bc406d650153c618458bb12c27c6 (diff)
downloadFreeBSD-ports-2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f.zip
FreeBSD-ports-2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f.tar.gz
Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR
ports/3175.
Diffstat (limited to 'textproc/coco/files')
-rw-r--r--textproc/coco/files/patch-ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/textproc/coco/files/patch-ac b/textproc/coco/files/patch-ac
index 08fc949..4b0f8af 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
OpenPOWER on IntegriCloud