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-build__common.gypi | |
| 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
Diffstat (limited to 'www/chromium/files/patch-build__common.gypi')
| -rw-r--r-- | www/chromium/files/patch-build__common.gypi | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/www/chromium/files/patch-build__common.gypi b/www/chromium/files/patch-build__common.gypi new file mode 100644 index 000000000000..ccca205b5aee --- /dev/null +++ b/www/chromium/files/patch-build__common.gypi @@ -0,0 +1,40 @@ +--- ./build/common.gypi.orig 2010-12-20 20:09:09.000000000 +0100 ++++ ./build/common.gypi 2010-12-20 20:15:08.000000000 +0100 +@@ -230,7 +230,7 @@ + + # Whether proprietary audio/video codecs are assumed to be included with + # this build (only meaningful if branding!=Chrome). +- 'proprietary_codecs%': 0, ++ 'proprietary_codecs%': 1, + + # TODO(bradnelson): eliminate this when possible. + # To allow local gyp files to prevent release.vsprops from being included. +@@ -279,8 +279,8 @@ + # Disable TCMalloc's debugallocation. + 'linux_use_debugallocation%': 0, + +- # Disable TCMalloc's heapchecker. +- 'linux_use_heapchecker%': 0, ++ # Enable TCMalloc's heapchecker. ++ 'linux_use_heapchecker%': 1, + + # Disable shadow stack keeping used by heapcheck to unwind the stacks + # better. +@@ -298,7 +298,7 @@ + + # Used to disable Native Client at compile time, for platforms where it + # isn't supported +- 'disable_nacl%': 0, ++ 'disable_nacl%': 1, + + # Set Thumb compilation flags. + 'arm_thumb%': 0, +@@ -638,7 +638,7 @@ + ['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'], + ], + }], +- ['OS!="linux"', { ++ ['OS!="linux" and OS!="freebsd"', { + 'sources/': [ + ['exclude', '_linux(_unittest)?\\.(h|cc)$'], + ['exclude', '(^|/)linux/'], |
