summaryrefslogtreecommitdiffstats
path: root/abs/core/qt3/gcc-4.6.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 18:24:03 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 18:24:03 (GMT)
commit8cff87efa971141bf4670a7621b08975e6800945 (patch)
tree3c1c31c00427a3a24deb1605ad2c8b0a2d76b100 /abs/core/qt3/gcc-4.6.patch
parentc9c7d42b1b791d4056b4fc9b4b649e14983bb0db (diff)
downloadlinhes_pkgbuild-8cff87efa971141bf4670a7621b08975e6800945.zip
linhes_pkgbuild-8cff87efa971141bf4670a7621b08975e6800945.tar.gz
linhes_pkgbuild-8cff87efa971141bf4670a7621b08975e6800945.tar.bz2
qt3
Diffstat (limited to 'abs/core/qt3/gcc-4.6.patch')
-rw-r--r--abs/core/qt3/gcc-4.6.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/abs/core/qt3/gcc-4.6.patch b/abs/core/qt3/gcc-4.6.patch
new file mode 100644
index 0000000..bcbffce
--- /dev/null
+++ b/abs/core/qt3/gcc-4.6.patch
@@ -0,0 +1,33 @@
+diff -up qt-x11-free-3.3.8b/src/tools/qmap.h.cstddef qt-x11-free-3.3.8b/src/tools/qmap.h
+--- qt-x11-free-3.3.8b/src/tools/qmap.h.cstddef 2008-01-15 13:09:13.000000000 -0600
++++ qt-x11-free-3.3.8b/src/tools/qmap.h 2011-01-30 21:14:29.275088725 -0600
+@@ -49,6 +49,7 @@
+ #include "qvaluelist.h"
+ #endif // QT_H
+
++#include <cstddef>
+ #ifndef QT_NO_STL
+ #include <iterator>
+ #include <map>
+diff -up qt-x11-free-3.3.8b/src/tools/qvaluelist.h.cstddef qt-x11-free-3.3.8b/src/tools/qvaluelist.h
+--- qt-x11-free-3.3.8b/src/tools/qvaluelist.h.cstddef 2008-01-15 13:09:13.000000000 -0600
++++ qt-x11-free-3.3.8b/src/tools/qvaluelist.h 2011-01-30 21:14:01.765846592 -0600
+@@ -47,6 +47,7 @@
+ #include "qdatastream.h"
+ #endif // QT_H
+
++#include <cstddef>
+ #ifndef QT_NO_STL
+ #include <iterator>
+ #include <list>
+diff -up qt-x11-free-3.3.8b/src/tools/qvaluevector.h.cstddef qt-x11-free-3.3.8b/src/tools/qvaluevector.h
+--- qt-x11-free-3.3.8b/src/tools/qvaluevector.h.cstddef 2008-01-15 13:09:13.000000000 -0600
++++ qt-x11-free-3.3.8b/src/tools/qvaluevector.h 2011-01-30 21:14:01.765846592 -0600
+@@ -45,6 +45,7 @@
+ #include "qdatastream.h"
+ #endif // QT_H
+
++#include <cstddef>
+ #ifndef QT_NO_STL
+ #include <vector>
+ #endif