Dash:
[t2.git] / package / graphic / corona / hotfix-gcc43.patch
blobf3735b6947dcc040594454668ef819760e71526d
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../corona/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 diff -Nur corona-1.0.2-orig/src/Convert.cpp corona-1.0.2/src/Convert.cpp
18 --- corona-1.0.2-orig/src/Convert.cpp 2009-02-08 22:37:13.000000000 +0000
19 +++ corona-1.0.2/src/Convert.cpp 2009-02-08 22:38:48.000000000 +0000
20 @@ -9,7 +9,7 @@
21 #include "Debug.h"
22 #include "SimpleImage.h"
23 #include "Utility.h"
25 +#include <cstring>
27 namespace corona {
29 diff -Nur corona-1.0.2-orig/src/OpenTGA.cpp corona-1.0.2/src/OpenTGA.cpp
30 --- corona-1.0.2-orig/src/OpenTGA.cpp 2009-02-08 22:37:13.000000000 +0000
31 +++ corona-1.0.2/src/OpenTGA.cpp 2009-02-08 22:44:00.000000000 +0000
32 @@ -3,6 +3,7 @@
33 #include "Open.h"
34 #include "SimpleImage.h"
35 #include "Utility.h"
36 +#include <cstring>
39 namespace corona {