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

16 lines
560 B
Plaintext

$OpenBSD: patch-content_content_plugin_gypi,v 1.2 2011/12/14 16:58:19 robert Exp $
--- content/content_plugin.gypi.orig Tue Dec 13 21:34:56 2011
+++ content/content_plugin.gypi Tue Dec 13 21:35:25 2011
@@ -34,6 +34,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',