]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- attept at fixing gcc 4.7 build issues
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 17 Jun 2012 23:18:13 +0000 (23:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc-4.7.patch -> 1.1

gcc-4.7.patch [new file with mode: 0644]

diff --git a/gcc-4.7.patch b/gcc-4.7.patch
new file mode 100644 (file)
index 0000000..abe0bfd
--- /dev/null
@@ -0,0 +1,21 @@
+--- qt-everywhere-opensource-src-4.8.2/src/corelib/tools/qiterator.h~  2012-04-26 21:46:08.000000000 +0200
++++ qt-everywhere-opensource-src-4.8.2/src/corelib/tools/qiterator.h   2012-06-15 23:37:12.800330726 +0200
+@@ -43,13 +43,14 @@
+ #define QITERATOR_H
+ #include <QtCore/qglobal.h>
++#include <algorithm>
+ QT_BEGIN_HEADER
+-namespace std {
+-    struct bidirectional_iterator_tag;
+-    struct random_access_iterator_tag;
+-}
++//namespace std {
++//    struct bidirectional_iterator_tag;
++//    struct random_access_iterator_tag;
++//}
+ QT_BEGIN_NAMESPACE
This page took 0.052763 seconds and 4 git commands to generate.