opnsense-ports/devel/electron22/files/patch-chrome_updater_updater.cc
Franco Fichtner d016c42591 */*: sync with upstream
Taken from: FreeBSD
2023-01-30 10:59:54 +01:00

11 lines
363 B
C++

--- chrome/updater/updater.cc.orig 2022-08-31 12:19:35 UTC
+++ chrome/updater/updater.cc
@@ -44,7 +44,7 @@
#include "chrome/updater/win/win_util.h"
#elif BUILDFLAG(IS_MAC)
#include "chrome/updater/app/server/mac/server.h"
-#elif BUILDFLAG(IS_LINUX)
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
#include "chrome/updater/app/server/linux/server.h"
#endif