$OpenBSD: patch-third_party_webrtc_rtc_base_physicalsocketserver_h,v 1.2 2018/05/04 07:14:58 robert Exp $

Index: third_party/webrtc/rtc_base/physicalsocketserver.h
--- third_party/webrtc/rtc_base/physicalsocketserver.h.orig
+++ third_party/webrtc/rtc_base/physicalsocketserver.h
@@ -11,7 +11,7 @@
 #ifndef RTC_BASE_PHYSICALSOCKETSERVER_H_
 #define RTC_BASE_PHYSICALSOCKETSERVER_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
