diff options
| author | Robert Nagy <rnagy@FreeBSD.org> | 2023-07-25 08:32:19 +0200 |
|---|---|---|
| committer | Robert Nagy <rnagy@FreeBSD.org> | 2023-07-25 12:39:06 +0200 |
| commit | 2f85e0aed6882f5be23adf89be70ce5f327d3373 (patch) | |
| tree | 3ef44960af9cc5ef7a05ed9dc3378cd2540ea68c /www/iridium/files/patch-sandbox_policy_sandbox.h | |
| parent | emulators/wine: fix packaging with ALSA enabled (diff) | |
www/iridium: update to 2023.07.115.1
Diffstat (limited to 'www/iridium/files/patch-sandbox_policy_sandbox.h')
| -rw-r--r-- | www/iridium/files/patch-sandbox_policy_sandbox.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/iridium/files/patch-sandbox_policy_sandbox.h b/www/iridium/files/patch-sandbox_policy_sandbox.h index 0cd20c977346..de22b8126668 100644 --- a/www/iridium/files/patch-sandbox_policy_sandbox.h +++ b/www/iridium/files/patch-sandbox_policy_sandbox.h @@ -1,17 +1,19 @@ ---- sandbox/policy/sandbox.h.orig 2022-03-28 18:11:04 UTC +--- sandbox/policy/sandbox.h.orig 2023-07-24 14:27:53 UTC +++ sandbox/policy/sandbox.h -@@ -12,6 +12,10 @@ +@@ -12,6 +12,12 @@ #include "sandbox/policy/linux/sandbox_linux.h" #endif -+#if BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_OPENBSD) +#include "sandbox/policy/openbsd/sandbox_openbsd.h" -+#endif ++#elif BUILDFLAG(IS_FREEBSD) ++#include "sandbox/policy/freebsd/sandbox_freebsd.h" ++#endif + namespace sandbox { namespace mojom { enum class Sandbox; -@@ -32,7 +36,7 @@ namespace policy { +@@ -32,7 +38,7 @@ namespace policy { class SANDBOX_POLICY_EXPORT Sandbox { public: |
