diff options
Diffstat (limited to 'devel/electron33/files/patch-services_audio_audio__sandbox__hook__linux.h')
-rw-r--r-- | devel/electron33/files/patch-services_audio_audio__sandbox__hook__linux.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/electron33/files/patch-services_audio_audio__sandbox__hook__linux.h b/devel/electron33/files/patch-services_audio_audio__sandbox__hook__linux.h deleted file mode 100644 index 02d4b785c791..000000000000 --- a/devel/electron33/files/patch-services_audio_audio__sandbox__hook__linux.h +++ /dev/null @@ -1,16 +0,0 @@ ---- services/audio/audio_sandbox_hook_linux.h.orig 2023-10-19 19:58:30 UTC -+++ services/audio/audio_sandbox_hook_linux.h -@@ -5,7 +5,13 @@ - #ifndef SERVICES_AUDIO_AUDIO_SANDBOX_HOOK_LINUX_H_ - #define SERVICES_AUDIO_AUDIO_SANDBOX_HOOK_LINUX_H_ - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - - namespace audio { - |