freebsd-ports/www/chromium/files/patch-native_client__build__common.gypi
Rene Ladan f3285ad410 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
2011-04-01 16:45:01 +00:00

11 lines
442 B
Python

--- ./native_client/build/common.gypi.orig 2010-12-16 02:12:20.000000000 +0100
+++ ./native_client/build/common.gypi 2010-12-20 20:15:08.000000000 +0100
@@ -375,7 +375,7 @@
},
},
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="freebsd"', {
'target_defaults': {
# Enable -Werror by default, but put it in a variable so it can
# be disabled in ~/.gyp/include.gypi on the valgrind builders.