aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-native_client__src__shared__platform__platform.gyp
blob: 35e16a8130dede41b95dbd48cc771ed2dd0e318c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                   
--- ./native_client/src/shared/platform/platform.gyp.orig	2010-12-16 02:12:14.000000000 +0100
+++ ./native_client/src/shared/platform/platform.gyp	2010-12-20 20:15:08.000000000 +0100
@@ -60,7 +60,7 @@
       'time.h',
     ],
     'conditions': [
-      ['OS=="linux"', {
+      ['OS=="linux" or OS=="freebsd"', {
         'platform_sources': [
           'linux/condition_variable.cc',
           'linux/lock.cc',