mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qtwebengine: remove invalid patch from freebsd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user