qtwebengine: remove invalid patch from freebsd

This commit is contained in:
Jérôme Duval
2023-11-24 23:31:13 +01:00
committed by GitHub
parent cb6e330cbf
commit 8820cefd8b

View File

@@ -18249,19 +18249,6 @@ index 1812fbf..3635be9 100644
#include <utility>
#include "absl/algorithm/container.h"
diff --git a/src/3rdparty/chromium/third_party/webrtc/rtc_base/byte_order.h b/src/3rdparty/chromium/third_party/webrtc/rtc_base/byte_order.h
index ae1c634..ac44ba3 100644
--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/byte_order.h
+++ b/src/3rdparty/chromium/third_party/webrtc/rtc_base/byte_order.h
@@ -89,7 +89,7 @@
#endif // defined(WEBRTC_ARCH_LITTLE_ENDIAN)
#elif defined(WEBRTC_POSIX)
-#include <endian.h>
+#include <sys/endian.h>
#else
#error "Missing byte order functions for this arch."
#endif // defined(WEBRTC_MAC)
diff --git a/src/3rdparty/chromium/third_party/webrtc/rtc_base/ifaddrs_converter.h b/src/3rdparty/chromium/third_party/webrtc/rtc_base/ifaddrs_converter.h
index bd6957d..2d729c1 100644
--- a/src/3rdparty/chromium/third_party/webrtc/rtc_base/ifaddrs_converter.h