diff options
Diffstat (limited to 'testing/qt5-qtwebengine/qt-musl-off_t.patch')
-rw-r--r-- | testing/qt5-qtwebengine/qt-musl-off_t.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/qt5-qtwebengine/qt-musl-off_t.patch b/testing/qt5-qtwebengine/qt-musl-off_t.patch deleted file mode 100644 index 52db3b9ebf..0000000000 --- a/testing/qt5-qtwebengine/qt-musl-off_t.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- qtwebengine/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h 2016-05-26 14:58:54.000000000 +0200 -+++ qtwebengine/src/3rdparty/chromium/third_party/ots/include/opentype-sanitiser.h 2016-10-01 14:31:30.885000000 +0200 -@@ -21,6 +21,7 @@ - #define htons(x) _byteswap_ushort (x) - #else - #include <arpa/inet.h> -+#include <sys/types.h> - #include <stdint.h> - #endif - |