diff options
author | asami <asami@FreeBSD.org> | 1997-04-09 07:24:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-09 07:24:35 +0000 |
commit | 2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f (patch) | |
tree | b63c10e6f8306d27c9e107be2d4dbbd78669c64b /textproc/coco/files | |
parent | a109ca0d14d4bc406d650153c618458bb12c27c6 (diff) | |
download | FreeBSD-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-ac | 9 |
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 |