openbsd-ports/www/chromium/patches/patch-content_content_browser_gypi

26 lines
1.0 KiB
Plaintext

$OpenBSD: patch-content_content_browser_gypi,v 1.2 2011/06/08 20:36:56 robert Exp $
--- content/content_browser.gypi.orig Mon Jun 6 11:11:28 2011
+++ content/content_browser.gypi Wed Jun 8 09:58:36 2011
@@ -348,7 +348,7 @@
['OS=="win"', {
'msvs_guid': '639DB58D-32C2-435A-A711-65A12F62E442',
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:dbus-glib',
# For FcLangSetAdd call in render_sandbox_host_linux.cc
@@ -362,6 +362,12 @@
# TODO(mattm): Cert manager stuff is really !USE_NSS.
'browser/certificate_manager_model.cc',
'browser/certificate_manager_model.h',
+ ],
+ }],
+ ['OS=="openbsd"', {
+ 'sources!': [
+ 'browser/geolocation/gateway_data_provider_linux.cc',
+ 'browser/geolocation/gateway_data_provider_linux.h',
],
}],
['OS=="linux" and chromeos==1', {