* fix qemu for m68k by just using tcg-interpreter, too
[t2sde.git] / package / gnome1 / gtkmm12 / hotfix-gcc43.patch
blob2c6ba391a1f5593db180e6f9dfaccc155fb3ae66
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../gtkmm12/gcc43.patch
5 # Copyright (C) 2008 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 diff -Nur gtkmm-1.2.10-orig/src/gtkmmproc/fixate.cc gtkmm-1.2.10/src/gtkmmproc/fixate.cc
18 --- gtkmm-1.2.10-orig/src/gtkmmproc/fixate.cc 2008-07-23 04:01:31.000000000 +0000
19 +++ gtkmm-1.2.10/src/gtkmmproc/fixate.cc 2008-07-23 04:02:33.000000000 +0000
20 @@ -1,6 +1,7 @@
21 #include <stdio.h>
22 #include <string>
23 #include <string.h>
24 +#include <stdlib.h>
26 namespace std {}
27 using namespace std;
28 diff -Nur gtkmm-1.2.10-orig/src/gtkmmproc/gtkmmproc.h gtkmm-1.2.10/src/gtkmmproc/gtkmmproc.h
29 --- gtkmm-1.2.10-orig/src/gtkmmproc/gtkmmproc.h 2008-07-23 04:01:31.000000000 +0000
30 +++ gtkmm-1.2.10/src/gtkmmproc/gtkmmproc.h 2008-07-23 04:05:22.000000000 +0000
31 @@ -7,6 +7,7 @@
32 #include <string>
33 #include <list>
34 #include <stdio.h>
35 +#include <cstdlib>
37 namespace std {}
38 using namespace std;