openbsd-ports/www/chromium/patches/patch-content_common_seccomp_sandbox_h
2011-12-14 16:58:19 +00:00

14 lines
608 B
Plaintext

$OpenBSD: patch-content_common_seccomp_sandbox_h,v 1.2 2011/12/14 16:58:19 robert Exp $
--- content/common/seccomp_sandbox.h.orig Wed Dec 7 09:01:17 2011
+++ content/common/seccomp_sandbox.h Tue Dec 13 21:23:12 2011
@@ -18,7 +18,8 @@
#include "content/public/common/content_switches.h"
#if defined(ARCH_CPU_X86_FAMILY) && !defined(CHROMIUM_SELINUX) && \
- !defined(__clang__) && !defined(OS_CHROMEOS) && !defined(TOOLKIT_VIEWS)
+ !defined(__clang__) && !defined(OS_CHROMEOS) && !defined(TOOLKIT_VIEWS) && \
+ !defined(OS_OPENBSD)
#define SECCOMP_SANDBOX
#include "seccompsandbox/sandbox.h"
#endif