diff options
author | 2019-01-05 00:41:30 +0000 | |
---|---|---|
committer | 2019-01-04 19:43:04 -0500 | |
commit | 08fa1dca3c36bb26bd8beed70c174318cb0e7131 (patch) | |
tree | a164a91db8b734acb919d13a3d1585678e39d81b /dev-qt/qtwebengine/files/musl/qt-musl-off_t.patch | |
parent | net-libs/libtirpc: add version 1.1.4 from the main tree (diff) | |
download | musl-08fa1dca3c36bb26bd8beed70c174318cb0e7131.tar.gz musl-08fa1dca3c36bb26bd8beed70c174318cb0e7131.tar.bz2 musl-08fa1dca3c36bb26bd8beed70c174318cb0e7131.zip |
dev-qt/qtwebengine: initial commit
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/files/musl/qt-musl-off_t.patch')
-rw-r--r-- | dev-qt/qtwebengine/files/musl/qt-musl-off_t.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/files/musl/qt-musl-off_t.patch b/dev-qt/qtwebengine/files/musl/qt-musl-off_t.patch new file mode 100644 index 00000000..52db3b9e --- /dev/null +++ b/dev-qt/qtwebengine/files/musl/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 <arpa/inet.h> ++#include <sys/types.h> + #include <stdint.h> + #endif + |