* updated ksmtp (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / x11 / bbdock / hotfix-gcc43.patch
blob271b752a1a35c2453fd1ce010438569e9149d2f4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../bbdock/gcc43.patch
5 # Copyright (C) 2009 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 --- bbdock-0.2.8/src/Icon.cc.vanilla 2009-02-02 09:54:46.000000000 +0100
18 +++ bbdock-0.2.8/src/Icon.cc 2009-02-02 09:54:53.000000000 +0100
19 @@ -29,6 +29,8 @@
20 #include <string>
21 #include <vector>
23 +#include <stdlib.h>
25 #include "Icon.hh"
27 using namespace std;
28 --- bbdock-0.2.8/src/WindowManager.cc.vanilla 2009-02-02 09:53:45.000000000 +0100
29 +++ bbdock-0.2.8/src/WindowManager.cc 2009-02-02 09:54:40.000000000 +0100
30 @@ -33,6 +33,7 @@
32 #include <iostream>
33 #include <string>
34 +#include <string.h>
36 #include "WindowManager.hh"