summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-native_client__build__common.gypi
blob: 07be418d7cbf8de7cd93c5cee2ee8da89f94da74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./native_client/build/common.gypi.orig	2014-04-24 22:36:13.000000000 +0200
+++ ./native_client/build/common.gypi	2014-04-24 23:23:46.000000000 +0200
@@ -262,7 +262,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.