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

19 lines
638 B
Plaintext

$OpenBSD: patch-chrome_chrome_renderer_gypi,v 1.4 2011/04/29 13:18:01 robert Exp $
--- chrome/chrome_renderer.gypi.orig Tue Apr 26 10:01:59 2011
+++ chrome/chrome_renderer.gypi Thu Apr 28 11:17:49 2011
@@ -306,6 +306,14 @@
}],
# BSD-specific rules.
['OS=="openbsd" or OS=="freebsd"', {
+ 'conditions': [
+ [ 'linux_use_tcmalloc==1', {
+ 'dependencies': [
+ '../base/allocator/allocator.gyp:allocator',
+ ],
+ },
+ ],
+ ],
'dependencies': [
'../build/linux/system.gyp:gtk',
],