summaryrefslogtreecommitdiffstats
path: root/testing/qt-creator/fix-headers-musl.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-03-03 14:58:09 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-03-03 14:59:03 +0000
commit8cc105fb120ea1a466a81d7b6746fc392edb1bf9 (patch)
treec1c07795a99e3a743072205b563b4a0670cfac35 /testing/qt-creator/fix-headers-musl.patch
parent26df20322791776ce8ff88bdd01d4e075191e1fb (diff)
downloadaports-8cc105fb120ea1a466a81d7b6746fc392edb1bf9.tar.bz2
aports-8cc105fb120ea1a466a81d7b6746fc392edb1bf9.tar.xz
testing/qt-creator: upgrade to 3.0.1
Diffstat (limited to 'testing/qt-creator/fix-headers-musl.patch')
-rw-r--r--testing/qt-creator/fix-headers-musl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/qt-creator/fix-headers-musl.patch b/testing/qt-creator/fix-headers-musl.patch
new file mode 100644
index 000000000..e3f4f1a6f
--- /dev/null
+++ b/testing/qt-creator/fix-headers-musl.patch
@@ -0,0 +1,11 @@
+--- 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>