openbsd-ports/www/chromium/patches/patch-chrome_chrome_gyp
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00

42 lines
1.3 KiB
Plaintext

$OpenBSD: patch-chrome_chrome_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
--- chrome/chrome.gyp.orig Tue Apr 26 10:01:59 2011
+++ chrome/chrome.gyp Thu Apr 28 11:17:49 2011
@@ -99,6 +99,10 @@
}],
],
},],
+ ['OS=="openbsd" or OS=="openbsd"', {
+ 'platform_locale_settings_grd':
+ 'app/resources/locale_settings_linux.grd',
+ },],
['OS=="mac"', {
'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist',
'nacl_defines': [
@@ -625,7 +629,7 @@
'..',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],
@@ -748,7 +752,7 @@
'gpu/media/mft_angle_video_device.h',
],
}],
- ['OS=="linux" and target_arch!="arm"', {
+ ['(OS=="linux" or OS=="openbsd") and target_arch!="arm"', {
'sources': [
'gpu/x_util.cc',
'gpu/x_util.h',
@@ -1150,7 +1154,7 @@
'service/cloud_print/print_system_win.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],