openbsd-ports/www/chromium/patches/patch-app_app_base_gypi
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

30 lines
967 B
Plaintext

$OpenBSD: patch-app_app_base_gypi,v 1.3 2011/04/29 13:18:01 robert Exp $
--- app/app_base.gypi.orig Tue Apr 26 10:01:06 2011
+++ app/app_base.gypi Thu Apr 28 11:17:48 2011
@@ -233,7 +233,7 @@
'surface/io_surface_support_mac.cc',
'surface/io_surface_support_mac.h',
'surface/transport_dib.h',
- 'surface/transport_dib_linux.cc',
+ 'surface/transport_dib_openbsd.cc',
'surface/transport_dib_mac.cc',
'surface/transport_dib_win.cc',
'win/iat_patch_function.cc',
@@ -334,7 +334,7 @@
['exclude', '^win/*'],
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'sources': [
'gfx/gl/gl_context_egl.cc',
'gfx/gl/gl_context_egl.h',
@@ -362,7 +362,6 @@
'link_settings': {
'libraries': [
'-lX11',
- '-ldl',
],
},
},