diff options
Diffstat (limited to 'devel/electron33/files/patch-third__party_angle_BUILD.gn')
-rw-r--r-- | devel/electron33/files/patch-third__party_angle_BUILD.gn | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/devel/electron33/files/patch-third__party_angle_BUILD.gn b/devel/electron33/files/patch-third__party_angle_BUILD.gn deleted file mode 100644 index 94751ab0e283..000000000000 --- a/devel/electron33/files/patch-third__party_angle_BUILD.gn +++ /dev/null @@ -1,29 +0,0 @@ ---- third_party/angle/BUILD.gn.orig 2024-10-16 21:33:08 UTC -+++ third_party/angle/BUILD.gn -@@ -354,7 +354,6 @@ config("extra_warnings") { - "-Wtautological-type-limit-compare", - "-Wundefined-reinterpret-cast", - "-Wunneeded-internal-declaration", -- "-Wunused-but-set-variable", - "-Wsuggest-destructor-override", - "-Wsuggest-override", - -@@ -531,7 +530,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" ] - } - -@@ -686,6 +685,9 @@ angle_static_library("angle_gpu_info_util") { - "Xi", - "Xext", - ] -+ if (is_bsd) { -+ libs += [ "GL" ] -+ } - } - - if (angle_use_wayland && angle_has_build) { |