Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-proxy/swiftiply/files: swiftiply-0.6.1.1-ffr-stderror.patch
Date: Sun, 31 Mar 2013 17:11:48
Message-Id: 20130331171145.D459B2171E@flycatcher.gentoo.org
1 tomwij 13/03/31 17:11:45
2
3 Added: swiftiply-0.6.1.1-ffr-stderror.patch
4 Log:
5 Fixed building of the fastfilereader extension. Added necessary dev-ruby/cgi_multipart_eof_fix and www-servers/mongrel dependencies. Made testing phase empty since there is no Rakefile.
6
7 (Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
8
9 Revision Changes Path
10 1.1 net-proxy/swiftiply/files/swiftiply-0.6.1.1-ffr-stderror.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/files/swiftiply-0.6.1.1-ffr-stderror.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-proxy/swiftiply/files/swiftiply-0.6.1.1-ffr-stderror.patch?rev=1.1&content-type=text/plain
14
15 Index: swiftiply-0.6.1.1-ffr-stderror.patch
16 ===================================================================
17 --- a/ext/fastfilereader/mapper.cpp 2013-03-31 18:07:09.938898478 +0200
18 +++ b/ext/fastfilereader/mapper.cpp 2013-03-31 18:08:40.822223762 +0200
19 @@ -32,7 +32,9 @@
20 #include <errno.h>
21
22 #include <iostream>
23 +#include "unistd.h"
24 #include <string>
25 +#include <cstring>
26 #include <stdexcept>
27 using namespace std;