diff options
Diffstat (limited to 'www/chromium/files/patch-chrome_updater_updater.cc')
-rw-r--r-- | www/chromium/files/patch-chrome_updater_updater.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-chrome_updater_updater.cc b/www/chromium/files/patch-chrome_updater_updater.cc new file mode 100644 index 000000000000..d00e7c795110 --- /dev/null +++ b/www/chromium/files/patch-chrome_updater_updater.cc @@ -0,0 +1,11 @@ +--- chrome/updater/updater.cc.orig 2022-02-07 13:39:41 UTC ++++ chrome/updater/updater.cc +@@ -38,7 +38,7 @@ + #include "chrome/updater/win/win_util.h" + #elif defined(OS_MAC) + #include "chrome/updater/app/server/mac/server.h" +-#elif defined(OS_LINUX) ++#elif defined(OS_LINUX) || defined(OS_BSD) + #include "chrome/updater/app/server/linux/server.h" + #endif + |