Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/tclap/files: tclap-1.1.0-gcc44.patch
Date: Fri, 24 Jul 2009 18:23:19
Message-Id: E1MUPQL-0002RC-II@stork.gentoo.org
1 ssuominen 09/07/24 18:23:17
2
3 Added: tclap-1.1.0-gcc44.patch
4 Log:
5 Fix building with GCC 4.4 wrt #277731.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-cpp/tclap/files/tclap-1.1.0-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/tclap/files/tclap-1.1.0-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/tclap/files/tclap-1.1.0-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: tclap-1.1.0-gcc44.patch
15 ===================================================================
16 diff -ur tclap-1.1.0.orig/include/tclap/MultiArg.h tclap-1.1.0/include/tclap/MultiArg.h
17 --- tclap-1.1.0.orig/include/tclap/MultiArg.h 2005-09-11 02:25:43.000000000 +0300
18 +++ tclap-1.1.0/include/tclap/MultiArg.h 2009-07-24 21:20:59.000000000 +0300
19 @@ -23,6 +23,8 @@
20 #ifndef TCLAP_MULTIPLE_ARGUMENT_H
21 #define TCLAP_MULTIPLE_ARGUMENT_H
22
23 +#include <cstdio>
24 +
25 #include <string>
26 #include <vector>
27
28 diff -ur tclap-1.1.0.orig/include/tclap/ValueArg.h tclap-1.1.0/include/tclap/ValueArg.h
29 --- tclap-1.1.0.orig/include/tclap/ValueArg.h 2005-09-11 02:25:43.000000000 +0300
30 +++ tclap-1.1.0/include/tclap/ValueArg.h 2009-07-24 21:20:46.000000000 +0300
31 @@ -23,6 +23,8 @@
32 #ifndef TCLAP_VALUE_ARGUMENT_H
33 #define TCLAP_VALUE_ARGUMENT_H
34
35 +#include <cstdio>
36 +
37 #include <string>
38 #include <vector>