diff options
Diffstat (limited to '')
-rw-r--r-- | devel/electron5/files/patch-ui_gl_BUILD.gn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron5/files/patch-ui_gl_BUILD.gn b/devel/electron5/files/patch-ui_gl_BUILD.gn deleted file mode 100644 index eb92bd407b50..000000000000 --- a/devel/electron5/files/patch-ui_gl_BUILD.gn +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/gl/BUILD.gn.orig 2019-04-09 12:48:20 UTC -+++ ui/gl/BUILD.gn -@@ -212,7 +212,7 @@ jumbo_component("gl") { - ] - } - -- if (is_posix && !is_fuchsia && !is_mac) { -+ if (is_posix && !is_fuchsia && !is_mac && !is_bsd) { - # Windows has USE_EGL but 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 |