packages: qt4/gcc-4.7.patch (NEW)=?UTF-8?Q?=20?=- attept at fixing gcc 4.7 build issues

baggins baggins at pld-linux.org
Mon Jun 18 01:18:18 CEST 2012


Author: baggins                      Date: Sun Jun 17 23:18:18 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- attept at fixing gcc 4.7 build issues

---- Files affected:
packages/qt4:
   gcc-4.7.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/qt4/gcc-4.7.patch
diff -u /dev/null packages/qt4/gcc-4.7.patch:1.1
--- /dev/null	Mon Jun 18 01:18:18 2012
+++ packages/qt4/gcc-4.7.patch	Mon Jun 18 01:18:13 2012
@@ -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
+ 
================================================================


More information about the pld-cvs-commit mailing list