summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn')
-rw-r--r--www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn
new file mode 100644
index 000000000000..626f02e39492
--- /dev/null
+++ b/www/ungoogled-chromium/files/patch-ui_gl_BUILD.gn
@@ -0,0 +1,11 @@
+--- ui/gl/BUILD.gn.orig 2025-12-06 13:30:52 UTC
++++ ui/gl/BUILD.gn
+@@ -387,7 +387,7 @@ component("gl") {
+ ]
+ }
+
+- if (is_android || is_chromeos || is_linux) {
++ if ((is_android || is_chromeos || is_linux) && !is_bsd) {
+ # Windows doesn't support base::FileDescriptor.
+ # libsync isn't supported or needed on MacOSX.
+ # Fuchsia is excluded due to a libsync dependency and because it's