From 653b843aca66f8f0bcb245fd50221d948e8cca02 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sat, 1 Oct 2016 15:26:32 +0200 Subject: [PATCH] qt5: fix gcc6 musl build --- srcpkgs/qt5/patches/qt-musl-off_t.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/qt5/patches/qt-musl-off_t.patch diff --git a/srcpkgs/qt5/patches/qt-musl-off_t.patch b/srcpkgs/qt5/patches/qt-musl-off_t.patch new file mode 100644 index 00000000000..52db3b9ebf4 --- /dev/null +++ b/srcpkgs/qt5/patches/qt-musl-off_t.patch @@ -0,0 +1,10 @@ +--- 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 ++#include + #include + #endif +