openbsd-ports/www/chromium/patches/patch-chrome_chrome_gyp
2011-03-15 11:38:05 +00:00

42 lines
1.3 KiB
Plaintext

$OpenBSD: patch-chrome_chrome_gyp,v 1.3 2011/03/15 11:38:05 robert Exp $
--- chrome/chrome.gyp.orig Fri Mar 11 10:01:58 2011
+++ chrome/chrome.gyp Mon Mar 14 10:55:37 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': [
@@ -635,7 +639,7 @@
'..',
],
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],
@@ -758,7 +762,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',
@@ -1140,7 +1144,7 @@
'service/cloud_print/print_system_win.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'dependencies': [
'../build/linux/system.gyp:gtk',
],