diff options
Diffstat (limited to 'devel/electron37/files/patch-electron_shell_browser_browser__linux.cc')
-rw-r--r-- | devel/electron37/files/patch-electron_shell_browser_browser__linux.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-electron_shell_browser_browser__linux.cc b/devel/electron37/files/patch-electron_shell_browser_browser__linux.cc new file mode 100644 index 000000000000..caeba053c919 --- /dev/null +++ b/devel/electron37/files/patch-electron_shell_browser_browser__linux.cc @@ -0,0 +1,20 @@ +--- electron/shell/browser/browser_linux.cc.orig 2024-10-22 02:29:46 UTC ++++ electron/shell/browser/browser_linux.cc +@@ -7,7 +7,7 @@ + #include <fcntl.h> + #include <stdlib.h> + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include <gtk/gtk.h> + #endif + +@@ -23,7 +23,7 @@ + #include "shell/common/gin_converters/login_item_settings_converter.h" + #include "shell/common/thread_restrictions.h" + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "shell/browser/linux/unity_service.h" + #endif + |