aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_wayland_include_config.h
blob: 30297975c5e9e4afbca877bd700d65214abb36b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- third_party/wayland/include/config.h.orig	2023-12-06 23:00:58 UTC
+++ third_party/wayland/include/config.h
@@ -25,11 +25,14 @@
 
 #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
 
 #define PACKAGE "wayland"
 
 #define PACKAGE_VERSION "1.21.0"
-