summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h')
-rw-r--r--devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h b/devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h
new file mode 100644
index 000000000000..d7961f9e1a34
--- /dev/null
+++ b/devel/electron4/files/patch-electron_brightray_browser_brightray__paths.h
@@ -0,0 +1,11 @@
+--- electron/brightray/browser/brightray_paths.h.orig 2019-03-16 11:54:53 UTC
++++ electron/brightray/browser/brightray_paths.h
+@@ -24,7 +24,7 @@ enum {
+ DIR_USER_CACHE, // Directory where user cache can be written.
+ DIR_APP_LOGS, // Directory where app logs live
+
+-#if defined(OS_LINUX)
++#if defined(OS_LINUX) || defined(OS_BSD)
+ DIR_APP_DATA, // Application Data directory under the user profile.
+ #else
+ DIR_APP_DATA = base::DIR_APP_DATA,