* updated kmime (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / gnome1 / gtkmm12 / hotfix-gcc44.patch
blob01de747a7706fcd4d5d1e232492c0c7e716905c6
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../gtkmm12/gcc44.patch
5 # Copyright (C) 2016 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- gtkmm-1.2.10/src/gtk--/base.h.orig 2016-11-18 21:44:22.283349633 +0100
18 +++ gtkmm-1.2.10/src/gtk--/base.h 2016-11-18 21:44:22.291349673 +0100
19 @@ -29,6 +29,7 @@
20 #include <iterator>
21 //#include <list>
22 //#include <vector>
23 +#include <cstddef>
25 #include <gdk--.h>
26 #include <gtk--/proxy.h>
27 --- gtkmm-1.2.10/src/curve.gen_h.vanilla 2016-11-18 21:44:44.739460987 +0100
28 +++ gtkmm-1.2.10/src/curve.gen_h 2016-11-18 21:44:50.063487388 +0100
29 @@ -138,7 +138,7 @@
31 // For containers
32 template <class Iterator>
33 - int get_vector(Iterator b,Iterator e) const
34 + int get_vector(Iterator b,Iterator e)
36 int i;
37 Iterator iter;