aboutsummaryrefslogtreecommitdiff
path: root/devel/electron23/files/patch-third__party_wayland_include_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron23/files/patch-third__party_wayland_include_config.h')
-rw-r--r--devel/electron23/files/patch-third__party_wayland_include_config.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron23/files/patch-third__party_wayland_include_config.h b/devel/electron23/files/patch-third__party_wayland_include_config.h
deleted file mode 100644
index b5d7b685a402..000000000000
--- a/devel/electron23/files/patch-third__party_wayland_include_config.h
+++ /dev/null
@@ -1,29 +0,0 @@
---- third_party/wayland/include/config.h.orig 2023-04-02 06:41:50 UTC
-+++ third_party/wayland/include/config.h
-@@ -9,7 +9,14 @@
-
- #define HAVE_BROKEN_MSG_CMSG_CLOEXEC 0
-
-+#if defined(__FreeBSD__)
-+#include <osreldate.h>
-+#if defined(__FreeBSD_version) && __FreeBSD_version < 1300048
-+#undef HAVE_MEMFD_CREATE
-+#else
- #define HAVE_MEMFD_CREATE
-+#endif
-+#endif
-
- #define HAVE_MKOSTEMP
-
-@@ -25,7 +32,11 @@
-
- #undef HAVE_SYS_PROCCTL_H
-
-+#if defined(__FreeBSD__)
-+#define HAVE_SYS_UCRED_H
-+#else
- #undef HAVE_SYS_UCRED_H
-+#endif
-
- #define HAVE_XUCRED_CR_PID 0
-