Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/yacas/files: yacas-1.2.2-gcc43.patch
Date: Sat, 19 Apr 2008 09:49:40
Message-Id: E1Jn9hS-0005tH-Hx@stork.gentoo.org
1 bicatali 08/04/19 09:49:38
2
3 Added: yacas-1.2.2-gcc43.patch
4 Log:
5 Fixed for gcc-4.3, thanks Martin Väth for his patch (bug #218333)
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.1 sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/yacas/files/yacas-1.2.2-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: yacas-1.2.2-gcc43.patch
15 ===================================================================
16 --- manmake/manripper.cpp
17 +++ manmake/manripper.cpp
18 @@ -1,7 +1,8 @@
19
20 -#include <stdio.h>
21 -#include <ctype.h>
22 +#include <cstdio>
23 +#include <cctype>
24 #include <string>
25 +#include <cstring>
26 #include <map>
27
28 using namespace std;
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list