diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-09 01:47:24 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-05 12:12:47 +0000 |
commit | 7dd6becaa24272fff11d124660adb2506bac34c6 (patch) | |
tree | 7514cd46c45542eb9a14878596ed06f3d7624173 /testing/qt-creator/fix-headers-musl.patch | |
parent | 07a73b8cb34aea6e5e274cff3874928186c4688f (diff) | |
download | aports-7dd6becaa24272fff11d124660adb2506bac34c6.tar.bz2 aports-7dd6becaa24272fff11d124660adb2506bac34c6.tar.xz |
testing/qt-creator: upgrade to 4.9.0
Diffstat (limited to 'testing/qt-creator/fix-headers-musl.patch')
-rw-r--r-- | testing/qt-creator/fix-headers-musl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/qt-creator/fix-headers-musl.patch b/testing/qt-creator/fix-headers-musl.patch deleted file mode 100644 index e3f4f1a6fd..0000000000 --- a/testing/qt-creator/fix-headers-musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- qt-creator-opensource-src-3.0.1/src/libs/zeroconf/servicebrowser.cpp.orig -+++ qt-creator-opensource-src-3.0.1/src/libs/zeroconf/servicebrowser.cpp -@@ -45,7 +45,7 @@ - #include <signal.h> - #ifdef Q_OS_UNIX - // for select() --# include <unistd.h> -+# include <sys/select.h> - #endif - - #include <QAtomicPointer> |