Make the emacs/mule ports compile when __FreeBSD__ == 3. Closes PR
ports/3175.
This commit is contained in:
parent
0992b562b9
commit
d02cf33167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6165
7 changed files with 73 additions and 0 deletions
11
editors/emacs/files/patch-ac
Normal file
11
editors/emacs/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/s/freebsd.h.org Sun Jun 9 13:14:32 1996
|
||||
+++ ./src/s/freebsd.h Thu Apr 3 04:15:46 1997
|
||||
@@ -80,6 +80,8 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
#define WAITTYPE int
|
11
editors/emacs19/files/patch-ac
Normal file
11
editors/emacs19/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/s/freebsd.h.org Sun Jun 9 13:14:32 1996
|
||||
+++ ./src/s/freebsd.h Thu Apr 3 04:15:46 1997
|
||||
@@ -80,6 +80,8 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
#define WAITTYPE int
|
11
editors/emacs20/files/patch-ac
Normal file
11
editors/emacs20/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/s/freebsd.h.org Sun Jun 9 13:14:32 1996
|
||||
+++ ./src/s/freebsd.h Thu Apr 3 04:15:46 1997
|
||||
@@ -80,6 +80,8 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
#define WAITTYPE int
|
11
editors/emacs22/files/patch-ac
Normal file
11
editors/emacs22/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/s/freebsd.h.org Sun Jun 9 13:14:32 1996
|
||||
+++ ./src/s/freebsd.h Thu Apr 3 04:15:46 1997
|
||||
@@ -80,6 +80,8 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
#define WAITTYPE int
|
11
editors/emacs23/files/patch-ac
Normal file
11
editors/emacs23/files/patch-ac
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ./src/s/freebsd.h.org Sun Jun 9 13:14:32 1996
|
||||
+++ ./src/s/freebsd.h Thu Apr 3 04:15:46 1997
|
||||
@@ -80,6 +80,8 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
#define WAITTYPE int
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue