mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
Approved by: rene (mentor) Security: https://vuxml.freebsd.org/freebsd/310ca30e-a951-11ed-8314-a8a1599412c6.html
11 lines
364 B
C++
11 lines
364 B
C++
--- chrome/updater/updater.cc.orig 2023-02-08 09:03:45 UTC
|
|
+++ chrome/updater/updater.cc
|
|
@@ -49,7 +49,7 @@
|
|
#include "chrome/updater/util/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
|
|
|