
* 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
21 lines
525 B
Diff
21 lines
525 B
Diff
--- a/src/tools/qmap.h 2008-01-16 06:09:13.000000000 +1100
|
|
+++ b/src/tools/qmap.h 2018-01-07 11:32:38.720893324 +1100
|
|
@@ -52,6 +52,7 @@
|
|
#ifndef QT_NO_STL
|
|
#include <iterator>
|
|
#include <map>
|
|
+#include <stddef.h>
|
|
#endif
|
|
|
|
//#define QT_CHECK_MAP_RANGE
|
|
--- a/src/tools/qvaluelist.h 2008-01-16 06:09:13.000000000 +1100
|
|
+++ b/src/tools/qvaluelist.h 2018-01-07 11:33:03.393206961 +1100
|
|
@@ -50,6 +50,7 @@
|
|
#ifndef QT_NO_STL
|
|
#include <iterator>
|
|
#include <list>
|
|
+#include <stddef.h>
|
|
#endif
|
|
|
|
//#define QT_CHECK_VALUELIST_RANGE
|