mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
14 lines
287 B
C
14 lines
287 B
C
--- third_party/wayland/include/config.h.orig 2023-02-08 15:40:14 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
|
|
|