forked from Lainports/opnsense-ports
14 lines
287 B
C
14 lines
287 B
C
--- third_party/wayland/include/config.h.orig 2023-02-11 09:11:04 UTC
|
|
+++ third_party/wayland/include/config.h
|
|
@@ -25,7 +25,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
|
|
|