diff options
Diffstat (limited to 'devel/electron28/files/patch-content_common_BUILD.gn')
-rw-r--r-- | devel/electron28/files/patch-content_common_BUILD.gn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/electron28/files/patch-content_common_BUILD.gn b/devel/electron28/files/patch-content_common_BUILD.gn new file mode 100644 index 000000000000..281bffcbe565 --- /dev/null +++ b/devel/electron28/files/patch-content_common_BUILD.gn @@ -0,0 +1,12 @@ +--- content/common/BUILD.gn.orig 2023-12-20 07:12:20 UTC ++++ content/common/BUILD.gn +@@ -439,6 +439,9 @@ if (is_linux || is_chromeos) { + public = [ "set_process_title_linux.h" ] + sources = [ "set_process_title_linux.cc" ] + deps = [ "//base" ] ++ if (is_bsd) { ++ sources -= [ "set_process_title_linux.cc" ] ++ } + } + } + |