Fix build for 4-current ("__FreeBSD__ == 3" => "__FreeBSD__ >= 3").
Obtained from: editors/emacs port
This commit is contained in:
parent
825e9422dd
commit
2fe10f4f65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26500
@ -67,7 +67,7 @@
|
||||
#define BSD 199103
|
||||
#elif __FreeBSD__ == 2
|
||||
#define BSD 199306
|
||||
+#elif __FreeBSD__ == 3
|
||||
+#elif __FreeBSD__ >= 3
|
||||
+#define BSD 199506
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user