diff options
author | Robert Xu <[email protected]> | 2011-11-19 19:30:53 -0500 |
---|---|---|
committer | Robert Xu <[email protected]> | 2011-11-19 19:30:53 -0500 |
commit | 27c9e783c6283f8916ebee3a23c6d1ba909a5126 (patch) | |
tree | b2e83e72bb13db04a79c6266998a84d11622549b /opensuse/core/qt3/gcc46.diff | |
parent | d23dfe93da17397db5e6f8bdf74fedf769379bdb (diff) | |
download | tde-packaging-27c9e783c6283f8916ebee3a23c6d1ba909a5126.tar.gz tde-packaging-27c9e783c6283f8916ebee3a23c6d1ba909a5126.zip |
Thanks to Andrea Cascio for getting Qt3 3.3.8d building!
Diffstat (limited to 'opensuse/core/qt3/gcc46.diff')
-rw-r--r-- | opensuse/core/qt3/gcc46.diff | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/opensuse/core/qt3/gcc46.diff b/opensuse/core/qt3/gcc46.diff index beae96ff2..756aadd7b 100644 --- a/opensuse/core/qt3/gcc46.diff +++ b/opensuse/core/qt3/gcc46.diff @@ -1,20 +1,8 @@ -Index: src/tools/qvaluelist.h -=================================================================== ---- src/tools/qvaluelist.h.orig 2011-03-31 20:14:47.200973928 +0200 -+++ src/tools/qvaluelist.h 2011-03-31 20:14:55.352615654 +0200 -@@ -50,6 +50,7 @@ - #ifndef QT_NO_STL - #include <iterator> - #include <list> -+#include <cstddef> - #endif - - //#define QT_CHECK_VALUELIST_RANGE Index: src/tools/qvaluevector.h =================================================================== --- src/tools/qvaluevector.h.orig 2008-01-15 20:09:13.000000000 +0100 +++ src/tools/qvaluevector.h 2011-03-31 20:15:15.904712567 +0200 -@@ -244,7 +244,7 @@ public: +@@ -246,7 +246,7 @@ public: typedef const value_type& const_reference; typedef size_t size_type; #ifndef QT_NO_STL @@ -27,7 +15,7 @@ Index: src/tools/qmap.h =================================================================== --- src/tools/qmap.h.orig 2008-01-15 20:09:13.000000000 +0100 +++ src/tools/qmap.h 2011-03-31 20:24:35.802101605 +0200 -@@ -107,7 +107,7 @@ class QMapIterator +@@ -108,7 +108,7 @@ class QMapIterator #endif typedef T value_type; #ifndef QT_NO_STL @@ -36,7 +24,7 @@ Index: src/tools/qmap.h #else typedef int difference_type; #endif -@@ -223,7 +223,7 @@ class QMapConstIterator +@@ -224,7 +224,7 @@ class QMapConstIterator #endif typedef T value_type; #ifndef QT_NO_STL @@ -45,7 +33,7 @@ Index: src/tools/qmap.h #else typedef int difference_type; #endif -@@ -604,7 +604,7 @@ public: +@@ -605,7 +605,7 @@ public: typedef value_type& reference; typedef const value_type& const_reference; #ifndef QT_NO_STL |