aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-electron_shell_common_electron__paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-electron_shell_common_electron__paths.h')
-rw-r--r--devel/electron13/files/patch-electron_shell_common_electron__paths.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron13/files/patch-electron_shell_common_electron__paths.h b/devel/electron13/files/patch-electron_shell_common_electron__paths.h
deleted file mode 100644
index e7e1afd9b0a3..000000000000
--- a/devel/electron13/files/patch-electron_shell_common_electron__paths.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- electron/shell/common/electron_paths.h.orig 2021-01-22 23:55:24 UTC
-+++ electron/shell/common/electron_paths.h
-@@ -30,7 +30,7 @@ enum {
- DIR_RECENT, // Directory where recent files live
- #endif
-
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
- DIR_APP_DATA, // Application Data directory under the user profile.
- #endif
-
-@@ -38,7 +38,7 @@ enum {
-
- PATH_END, // End of new paths. Those that follow redirect to base::DIR_*
-
--#if !defined(OS_LINUX)
-+#if !defined(OS_LINUX) && !defined(OS_BSD)
- DIR_APP_DATA = base::DIR_APP_DATA,
- #endif
-