aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-third__party_angle_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-third__party_angle_BUILD.gn')
-rw-r--r--devel/electron12/files/patch-third__party_angle_BUILD.gn19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron12/files/patch-third__party_angle_BUILD.gn b/devel/electron12/files/patch-third__party_angle_BUILD.gn
deleted file mode 100644
index c7098332a138..000000000000
--- a/devel/electron12/files/patch-third__party_angle_BUILD.gn
+++ /dev/null
@@ -1,19 +0,0 @@
---- third_party/angle/BUILD.gn.orig 2021-04-14 01:15:19 UTC
-+++ third_party/angle/BUILD.gn
-@@ -194,7 +194,7 @@ config("extra_warnings") {
- "-Wunreachable-code",
- "-Wshorten-64-to-32",
- ]
-- if (!use_xcode_clang) {
-+ if (!use_xcode_clang && !is_bsd) {
- # Mac catalyst uses a clang version that doesn't have these.
- cflags += [
- "-Wdeprecated-copy",
-@@ -433,6 +433,7 @@ angle_static_library("angle_gpu_info_util") {
- "X11",
- "Xi",
- "Xext",
-+ "GL",
- ]
- }
- }