1d1f0ea496
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
16 lines
604 B
Plaintext
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',
|