openbsd-ports/www/chromium/patches/patch-chrome_chrome_renderer_gypi
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

19 lines
637 B
Plaintext

$OpenBSD: patch-chrome_chrome_renderer_gypi,v 1.2 2011/02/08 09:43:02 espie Exp $
--- chrome/chrome_renderer.gypi.orig Sun Jan 23 23:31:38 2011
+++ chrome/chrome_renderer.gypi Sun Jan 23 23:33:16 2011
@@ -282,6 +282,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',
],