diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 23:10:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 23:10:05 +0000 |
commit | 2cc0ed2a3dd6a1b563e455e71765638ec9b1f8e9 (patch) | |
tree | df6304d0969fdd858c4abb5f3fd4676e3b7a5c8a /www/chromium/files/patch-third_party__libjingle__libjingle.gyp | |
parent | - Update to 3.1.3 (diff) |
Update to 29.0.1547.57
Use devel/ninja instead of gmake as a build tool.
Submitted by: George Liaskos
Security: http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-third_party__libjingle__libjingle.gyp')
-rw-r--r-- | www/chromium/files/patch-third_party__libjingle__libjingle.gyp | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/www/chromium/files/patch-third_party__libjingle__libjingle.gyp b/www/chromium/files/patch-third_party__libjingle__libjingle.gyp index 8bc08d8a637e..907bfa83358b 100644 --- a/www/chromium/files/patch-third_party__libjingle__libjingle.gyp +++ b/www/chromium/files/patch-third_party__libjingle__libjingle.gyp @@ -1,6 +1,6 @@ ---- third_party/libjingle/libjingle.gyp.orig 2013-07-16 18:48:40.000000000 +0300 -+++ third_party/libjingle/libjingle.gyp 2013-07-16 18:50:49.000000000 +0300 -@@ -531,7 +531,7 @@ +--- 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', ], }], @@ -9,3 +9,12 @@ 'sources': [ '<(libjingle_source)/talk/base/latebindingsymboltable.cc', '<(libjingle_source)/talk/base/latebindingsymboltable.h', +@@ -772,7 +772,7 @@ + ], + }], + # TODO(mallinath) - Enable SCTP for Android and iOS platforms. +- ['OS!="android" and OS!="ios"', { ++ ['OS!="android" and OS!="ios" and os_bsd!=1', { + 'conditions': [ + ['OS!="win"', { + 'defines': [ |