openbsd-ports/www/chromium/patches/patch-content_content_browser_gypi
robert 6e1993ad40 Disable using the zygote process just like on macosx to make
chrome happy with rthreads.
This change is fine anyways because we are not using the setuid
sandboxing which would require the zygote process.
2012-03-20 20:52:44 +00:00

14 lines
528 B
Plaintext

$OpenBSD: patch-content_content_browser_gypi,v 1.8 2012/03/20 20:52:44 robert Exp $
--- content/content_browser.gypi.orig Tue Mar 20 12:57:50 2012
+++ content/content_browser.gypi Tue Mar 20 12:57:59 2012
@@ -636,9 +636,6 @@
'browser/worker_host/worker_service.cc',
'browser/worker_host/worker_service.h',
'browser/worker_host/worker_service_observer.h',
- 'browser/zygote_host_linux.cc',
- 'browser/zygote_host_linux.h',
- 'browser/zygote_main_linux.cc',
],
'conditions': [
['p2p_apis==1', {