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

32 lines
1.1 KiB
Plaintext

$OpenBSD: patch-printing_printing_gyp,v 1.2 2011/02/08 09:43:02 espie Exp $
--- printing/printing.gyp.orig Fri Jan 21 10:19:48 2011
+++ printing/printing.gyp Sun Jan 23 23:27:35 2011
@@ -165,7 +165,7 @@
'units_unittest.cc',
],
'conditions': [
- ['OS!="linux"', {'sources/': [['exclude', '_cairo_unittest\\.cc$']]}],
+ ['OS!="linux" and OS!="openbsd"', {'sources/': [['exclude', '_cairo_unittest\\.cc$']]}],
['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}],
['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']]
}, { # else: OS=="win"
@@ -176,14 +176,12 @@
'dependencies': [
'../build/linux/system.gyp:gtk',
],
- }],
- ['OS=="linux"', {
- 'conditions': [
- ['linux_use_tcmalloc==1', {
+ 'conditions': [
+ ['linux_use_tcmalloc==1', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
- ],
- }],
+ ],
+ }],
],
}],
],