diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-04-01 16:45:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-04-01 16:45:01 +0000 |
commit | f3285ad4100594cbaa8f1626d6cdb06db2256260 (patch) | |
tree | 42a7c838ef9be16684eb066848fb672a29a26f8b /www/chromium/files/patch-printing__printing.gyp | |
parent | - Update to 0.37 (diff) |
Update to 10.0.648.204, which is the latest release from the Stable series.
There are still some problems with it on 8.X (and presumably 7.X), see
pkg-message for a possible workaround.
This would not have been possible without:
- portmgr@ for drawing me into this in October last year
- beat@ for providing a development repository
- dhw@ for creating the freebsd-chromium list
- all the patch contributors and testers on the freebsd-chromium list
Notes
Notes:
svn path=/head/; revision=272093
Diffstat (limited to 'www/chromium/files/patch-printing__printing.gyp')
-rw-r--r-- | www/chromium/files/patch-printing__printing.gyp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/www/chromium/files/patch-printing__printing.gyp b/www/chromium/files/patch-printing__printing.gyp new file mode 100644 index 000000000000..780bb4b9a139 --- /dev/null +++ b/www/chromium/files/patch-printing__printing.gyp @@ -0,0 +1,30 @@ +--- ./printing/printing.gyp.orig 2010-12-16 02:11:23.000000000 +0100 ++++ ./printing/printing.gyp 2010-12-20 20:15:08.000000000 +0100 +@@ -165,7 +165,7 @@ + 'units_unittest.cc', + ], + 'conditions': [ +- ['OS!="linux"', {'sources/': [['exclude', '_cairo_unittest\\.cc$']]}], ++ ['OS!="linux" and OS!="freebsd"', {'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', +- ], +- }], ++ ], ++ }], + ], + }], + ], |