summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__libjingle__libjingle.gyp
blob: 9067a0fa281b5b4f49a8e08f68e0b1c304aee7c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- third_party/libjingle/libjingle.gyp.orig	2013-08-09 22:05:45.000000000 +0300
+++ third_party/libjingle/libjingle.gyp	2013-08-18 00:43:44.000000000 +0300
@@ -532,7 +532,7 @@
             '<(libjingle_source)/talk/base/unixfilesystem.h',
           ],
         }],
-        ['OS=="linux"', {
+        ['OS=="linux" or os_bsd==1', {
           'sources': [
             '<(libjingle_source)/talk/base/latebindingsymboltable.cc',
             '<(libjingle_source)/talk/base/latebindingsymboltable.h',
@@ -772,7 +772,7 @@
               ],
             }],
             # TODO(mallinath) - Enable SCTP for iOS.
-            ['OS!="ios"', {
+            ['OS!="ios" and os_bsd!=1', {
               'defines': [
                 ['HAVE_SCTP',
               ],