aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-third__party_angle_util_BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-third__party_angle_util_BUILD.gn')
-rw-r--r--devel/electron33/files/patch-third__party_angle_util_BUILD.gn11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-third__party_angle_util_BUILD.gn b/devel/electron33/files/patch-third__party_angle_util_BUILD.gn
deleted file mode 100644
index bbd2ebd24b9d..000000000000
--- a/devel/electron33/files/patch-third__party_angle_util_BUILD.gn
+++ /dev/null
@@ -1,11 +0,0 @@
---- third_party/angle/util/BUILD.gn.orig 2023-08-10 01:51:11 UTC
-+++ third_party/angle/util/BUILD.gn
-@@ -311,7 +311,7 @@ foreach(is_shared_library,
- ]
- libs = []
-
-- if (is_linux || is_chromeos) {
-+ if ((is_linux || is_chromeos) && !is_bsd) {
- libs += [
- "rt",
- "dl",