openbsd-ports/www/chromium/patches/patch-content_content_plugin_gypi
robert 1d1f0ea496 update to 15.0.874.102.
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00

16 lines
604 B
Plaintext

$OpenBSD: patch-content_content_plugin_gypi,v 1.1 2011/10/27 07:59:09 robert Exp $
--- content/content_plugin.gypi.orig Wed Oct 26 13:59:04 2011
+++ content/content_plugin.gypi Wed Oct 26 13:59:28 2011
@@ -48,6 +48,11 @@
# These are layered in conditionals in the event other platforms
# end up using this module as well.
'conditions': [
+ ['OS=="openbsd"', {
+ 'sources/': [
+ ['exclude', '^plugin/plugin_main_linux\\.cc$'],
+ ],
+ }],
['OS=="win"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',