$OpenBSD: patch-third_party_webrtc_rtc_base_physical_socket_server_h,v 1.1 2019/04/17 11:48:55 robert Exp $

Index: third_party/webrtc/rtc_base/physical_socket_server.h
--- third_party/webrtc/rtc_base/physical_socket_server.h.orig
+++ third_party/webrtc/rtc_base/physical_socket_server.h
@@ -11,7 +11,7 @@
 #ifndef RTC_BASE_PHYSICAL_SOCKET_SERVER_H_
 #define RTC_BASE_PHYSICAL_SOCKET_SERVER_H_
 
-#if defined(WEBRTC_POSIX) && defined(WEBRTC_LINUX)
+#if defined(WEBRTC_POSIX) && defined(WEBRTC_LINUX) && !defined(WEBRTC_BSD)
 #include <sys/epoll.h>
 #define WEBRTC_USE_EPOLL 1
 #endif
