diff options
Diffstat (limited to 'devel/electron33/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc')
-rw-r--r-- | devel/electron33/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron33/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc b/devel/electron33/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc deleted file mode 100644 index a6978ba8f5d8..000000000000 --- a/devel/electron33/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/enterprise_companion/enterprise_companion_client.cc.orig 2024-10-16 21:31:04 UTC -+++ chrome/enterprise_companion/enterprise_companion_client.cc -@@ -36,7 +36,7 @@ constexpr char kServerName[] = MAC_BUNDLE_IDENTIFIER_S - - #if BUILDFLAG(IS_MAC) - constexpr char kServerName[] = MAC_BUNDLE_IDENTIFIER_STRING ".service"; --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kServerName[] = - "/run/" COMPANY_SHORTNAME_STRING "/" PRODUCT_FULLNAME_STRING "/service.sk"; - #elif BUILDFLAG(IS_WIN) |