* fixed openjdk package defaulting to unselected (O -> X)
[t2-trunk.git] / package / mail / bincimap / hotfix-gcc43.patch
blob1c9c041f99aec7362f117f9627413ade763f89ec
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../bincimap/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 --- bincimap-1.3.4/src/convert.h.vanilla 2008-08-10 11:00:18.000000000 +0200
18 +++ bincimap-1.3.4/src/convert.h 2008-08-10 11:00:40.000000000 +0200
19 @@ -35,7 +35,9 @@
20 #include <iostream>
22 #include <stdio.h>
23 +#include <stdlib.h>
24 #include <sys/stat.h>
25 +#include <string.h>
27 #include "address.h"
28 #include "depot.h"
29 --- bincimap-1.3.4/src/tools.cc.vanilla 2008-08-10 11:02:35.000000000 +0200
30 +++ bincimap-1.3.4/src/tools.cc 2008-08-10 11:03:12.000000000 +0200
31 @@ -27,6 +27,8 @@
32 #include <config.h>
33 #endif
34 #include <errno.h>
35 +#include <string.h>
36 +#include <stdlib.h>
38 #include "tools.h"
40 --- bincimap-1.3.4/src/maildir-writecache.cc.vanilla 2008-08-10 11:01:22.000000000 +0200
41 +++ bincimap-1.3.4/src/maildir-writecache.cc 2008-08-10 11:01:51.000000000 +0200
42 @@ -31,6 +31,7 @@
43 #include <fcntl.h>
44 #include <unistd.h>
45 #include <errno.h>
46 +#include <stdlib.h>
48 #include "maildir.h"