Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/epos/files: epos-2.5.37-gcc43.patch
Date: Sat, 10 May 2008 03:27:31
Message-Id: E1Jufk8-0007nj-FU@stork.gentoo.org
1 halcy0n 08/05/10 03:27:28
2
3 Added: epos-2.5.37-gcc43.patch
4 Log:
5 Add patch to fix compilation with gcc-4.3 by Peter Alfredsen <peter DOT alfredsen AT gmail DOT com>; bug #217606
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 app-accessibility/epos/files/epos-2.5.37-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/epos/files/epos-2.5.37-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/epos/files/epos-2.5.37-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: epos-2.5.37-gcc43.patch
15 ===================================================================
16 --- epos-2.5.37.orig/src/nnet/neural.cc
17 +++ epos-2.5.37/src/nnet/neural.cc
18 @@ -38,7 +38,7 @@
19 #include <string.h>
20 #include <ctype.h>
21 #include <stdlib.h>
22 -#include <iostream.h>
23 +#include <iostream>
24 #include <time.h>
25
26 /*
27 --- epos-2.5.37.orig/arch/win/service/install.cpp
28 +++ epos-2.5.37/arch/win/service/install.cpp
29 @@ -23,7 +23,7 @@
30 #include <winsvc.h>
31 #include "service.h"
32 #include <stdio.h> //sprintf & fopen
33 -#include <iostream.h>
34 +#include <iostream>
35 #include "Shlwapi.h"
36
37 SC_HANDLE scm;
38
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list