
* qt: move licence acceptance from qt3krell.patch to qt3accept.patch
* qt: ensure that ptrdiff_t is defined for qt@3.3.8b
* qt: disable webglplugin for qt@5.10~opengl
* qt: depend on libxext (for qt@3 and @4)
* qt: avoid X dependencies on darwin platforms
* Revert "qt: avoid X dependencies on darwin platforms"
This reverts commit 05ce08de94
.
* qt: limit range of versions depending on libxext
31 lines
885 B
Diff
31 lines
885 B
Diff
--- qt-x11-free-3.3.8b/src/tools/qmap.h 2008-01-15 13:09:13.000000000 -0600
|
|
+++ qt-x11-free-3.3.8b-fixes/src/tools/qmap.h 2015-07-08 15:47:34.757565247 -0500
|
|
@@ -52,6 +52,7 @@
|
|
#ifndef QT_NO_STL
|
|
#include <iterator>
|
|
#include <map>
|
|
+#include <cstddef>
|
|
#endif
|
|
|
|
//#define QT_CHECK_MAP_RANGE
|
|
--- qt-x11-free-3.3.8b/src/tools/qvaluelist.h 2008-01-15 13:09:13.000000000 -0600
|
|
+++ qt-x11-free-3.3.8b-fixes/src/tools/qvaluelist.h 2015-07-08 15:47:34.758565247 -0500
|
|
@@ -50,6 +50,7 @@
|
|
#ifndef QT_NO_STL
|
|
#include <iterator>
|
|
#include <list>
|
|
+#include <cstddef>
|
|
#endif
|
|
|
|
//#define QT_CHECK_VALUELIST_RANGE
|
|
--- qt-x11-free-3.3.8b/src/tools/qvaluevector.h 2008-01-15 13:09:13.000000000 -0600
|
|
+++ qt-x11-free-3.3.8b-fixes/src/tools/qvaluevector.h 2015-07-08 15:47:34.758565247 -0500
|
|
@@ -47,6 +47,7 @@
|
|
|
|
#ifndef QT_NO_STL
|
|
#include <vector>
|
|
+#include <cstddef>
|
|
#endif
|
|
|
|
template <class T>
|