freebsd-ports/www/iridium/files/patch-third__party_webrtc_BUILD.gn

13 lines
352 B
Text
Raw Normal View History

--- third_party/webrtc/BUILD.gn.orig 2017-04-19 19:07:52 UTC
+++ third_party/webrtc/BUILD.gn
@@ -59,6 +59,9 @@ config("common_inherited_config") {
if (is_linux) {
defines += [ "WEBRTC_LINUX" ]
}
+ if (is_bsd) {
+ defines += [ "WEBRTC_LINUX", "WEBRTC_BSD", "WEBRTC_THREAD_RR" ]
+ }
if (is_mac) {
defines += [ "WEBRTC_MAC" ]
}