Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/tesseract/files: tesseract-2.04-gcc47.patch
Date: Mon, 04 Jun 2012 11:40:28
Message-Id: 20120604114010.691A32004C@flycatcher.gentoo.org
1 jlec 12/06/04 11:40:10
2
3 Added: tesseract-2.04-gcc47.patch
4 Log:
5 Include fix for gcc47, #413937
6
7 (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/tesseract/files/tesseract-2.04-gcc47.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-2.04-gcc47.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/files/tesseract-2.04-gcc47.patch?rev=1.1&content-type=text/plain
14
15 Index: tesseract-2.04-gcc47.patch
16 ===================================================================
17 --- ./viewer/svutil.cpp.ori 2012-04-28 01:59:58.441072997 +0200
18 +++ ./viewer/svutil.cpp 2012-04-28 02:00:35.085467955 +0200
19 @@ -37,6 +37,7 @@
20 #include <signal.h>
21 #include <stdlib.h>
22 #include <string.h>
23 +#include <unistd.h>
24 #include <netdb.h>
25 #include <sys/socket.h>
26 #ifdef __linux__