$OpenBSD: patch-third_party_webrtc_BUILD_gn,v 1.3 2016/10/26 06:22:08 robert Exp $
--- third_party/webrtc/BUILD.gn.orig.port	Wed Oct 12 21:05:46 2016
+++ third_party/webrtc/BUILD.gn	Wed Oct 19 12:56:10 2016
@@ -60,6 +60,9 @@ config("common_inherited_config") {
   if (is_linux) {
     defines += [ "WEBRTC_LINUX" ]
   }
+  if (is_openbsd) {
+    defines += [ "WEBRTC_BSD" ]
+  }
   if (is_mac) {
     defines += [ "WEBRTC_MAC" ]
   }
