summaryrefslogtreecommitdiff
path: root/editors/mule-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-09 07:24:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-09 07:24:35 +0000
commitd02cf331676de2381081a1ad04b631cbd482a079 (patch)
treebf47b78f5a6b52b785e6b868422147a1a0dc4ce7 /editors/mule-common
parentUpgrade to 1.0.6. (diff)
Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR
ports/3175.
Notes
Notes: svn path=/head/; revision=6165
Diffstat (limited to 'editors/mule-common')
-rw-r--r--editors/mule-common/files/patch-ac9
1 files changed, 9 insertions, 0 deletions
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