Lines 1-6
Link Here
|
1 |
--- third_party/wayland/include/config.h.orig 2023-02-08 15:40:14 UTC |
1 |
--- third_party/wayland/include/config.h.orig 2023-02-16 14:16:22 UTC |
2 |
+++ third_party/wayland/include/config.h |
2 |
+++ third_party/wayland/include/config.h |
3 |
@@ -25,7 +25,11 @@ |
3 |
@@ -9,7 +9,12 @@ |
|
|
4 |
|
5 |
#define HAVE_BROKEN_MSG_CMSG_CLOEXEC 0 |
6 |
|
7 |
+#include <osreldate.h> |
8 |
+#if defined(__FreeBSD_version) && __FreeBSD_version < 1300048 |
9 |
+#undef HAVE_MEMFD_CREATE |
10 |
+#else |
11 |
#define HAVE_MEMFD_CREATE |
12 |
+#endif |
13 |
|
14 |
#define HAVE_MKOSTEMP |
15 |
|
16 |
@@ -25,7 +30,11 @@ |
4 |
|
17 |
|
5 |
#undef HAVE_SYS_PROCCTL_H |
18 |
#undef HAVE_SYS_PROCCTL_H |
6 |
|
19 |
|