aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mule-common
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-04-09 15:24:35 +0800
committerasami <asami@FreeBSD.org>1997-04-09 15:24:35 +0800
commit2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f (patch)
treeb63c10e6f8306d27c9e107be2d4dbbd78669c64b /editors/mule-common
parenta109ca0d14d4bc406d650153c618458bb12c27c6 (diff)
downloadfreebsd-ports-gnome-2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f.tar.gz
freebsd-ports-gnome-2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f.tar.zst
freebsd-ports-gnome-2bdad677dfe72bb0b7ffb33bdebc3fd34a5c9f5f.zip
Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR
ports/3175.
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