/[pkgs]/devel/CriticalMass/CriticalMass-1.0.2-gcc43.patch
ViewVC logotype

Contents of /devel/CriticalMass/CriticalMass-1.0.2-gcc43.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 4 22:22:35 2008 UTC (22 months, 2 weeks ago) by jwrdegoede
Branch: MAIN
CVS Tags: F-12-split, F-10-split, CriticalMass-1_0_2-7_fc12, CriticalMass-1_0_2-4_fc9, F-11-split, CriticalMass-1_0_2-5_fc9, CriticalMass-1_0_2-6_fc11, CriticalMass-1_0_2-3_fc9, F-9-split, HEAD
File MIME type: text/x-patch
* Fri Jan  4 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 1.0.2-3
- Fix build with gcc 4.3
1 diff -up CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp~ CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp
2 --- CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp~ 2008-01-04 23:11:45.000000000 +0100
3 +++ CriticalMass-1.0.2/utils/zStreamBufferImplZLib.cpp 2008-01-04 23:11:45.000000000 +0100
4 @@ -12,6 +12,8 @@
5 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
6 // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
7 //
8 +#include <stdlib.h>
9 +
10 #include <Trace.hpp>
11 #include <zStreamBufferImplZLib.hpp>
12
13 diff -up CriticalMass-1.0.2/utils/Value.hpp~ CriticalMass-1.0.2/utils/Value.hpp
14 --- CriticalMass-1.0.2/utils/Value.hpp~ 2008-01-04 23:10:42.000000000 +0100
15 +++ CriticalMass-1.0.2/utils/Value.hpp 2008-01-04 23:10:42.000000000 +0100
16 @@ -16,6 +16,7 @@
17 #define _Value_hpp_
18
19 #include <stdio.h>
20 +#include <stdlib.h>
21 #include <string>
22
23 #include <Trace.hpp>
24 diff -up CriticalMass-1.0.2/utils/zStream.cpp~ CriticalMass-1.0.2/utils/zStream.cpp
25 --- CriticalMass-1.0.2/utils/zStream.cpp~ 2008-01-04 23:11:15.000000000 +0100
26 +++ CriticalMass-1.0.2/utils/zStream.cpp 2008-01-04 23:11:15.000000000 +0100
27 @@ -12,6 +12,8 @@
28 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
29 // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
30 //
31 +#include <stdlib.h>
32 +
33 #include <Trace.hpp>
34 #include <Endian.hpp>
35 #include <zStream.hpp>
36 diff -up CriticalMass-1.0.2/utils/ResourceManager.cpp~ CriticalMass-1.0.2/utils/ResourceManager.cpp
37 --- CriticalMass-1.0.2/utils/ResourceManager.cpp~ 2008-01-04 23:10:04.000000000 +0100
38 +++ CriticalMass-1.0.2/utils/ResourceManager.cpp 2008-01-04 23:10:04.000000000 +0100
39 @@ -15,6 +15,7 @@
40 #include <iomanip>
41 #include <sys/types.h>
42 #include <sys/stat.h>
43 +#include <string.h>
44
45 #include <Trace.hpp>
46 #include <ResourceManager.hpp>

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2