aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-third__party_angle_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-third__party_angle_BUILD.gn')
-rw-r--r--devel/electron35/files/patch-third__party_angle_BUILD.gn29
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron35/files/patch-third__party_angle_BUILD.gn b/devel/electron35/files/patch-third__party_angle_BUILD.gn
deleted file mode 100644
index 01e18495240f..000000000000
--- a/devel/electron35/files/patch-third__party_angle_BUILD.gn
+++ /dev/null
@@ -1,29 +0,0 @@
---- third_party/angle/BUILD.gn.orig 2025-03-24 20:50:14 UTC
-+++ third_party/angle/BUILD.gn
-@@ -355,7 +355,6 @@ config("extra_warnings") {
- "-Wtautological-type-limit-compare",
- "-Wundefined-reinterpret-cast",
- "-Wunneeded-internal-declaration",
-- "-Wunused-but-set-variable",
- "-Wsuggest-destructor-override",
- "-Wsuggest-override",
-
-@@ -532,7 +531,7 @@ template("angle_common_lib") {
- all_dependent_configs = [ ":angle_disable_pool_alloc" ]
- }
-
-- if (is_linux || is_chromeos) {
-+ if ((is_linux || is_chromeos) && !is_bsd) {
- libs = [ "dl" ]
- }
-
-@@ -687,6 +686,9 @@ angle_static_library("angle_gpu_info_util") {
- "Xi",
- "Xext",
- ]
-+ if (is_bsd) {
-+ libs += [ "GL" ]
-+ }
- }
-
- if (angle_use_wayland && angle_has_build) {