Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libdap/files: libdap-3.11.3-gcc-4.7.patch
Date: Sun, 08 Jul 2012 17:58:47
Message-Id: 20120708175837.C448020065@flycatcher.gentoo.org
1 jlec 12/07/08 17:58:37
2
3 Added: libdap-3.11.3-gcc-4.7.patch
4 Log:
5 sci-libs/libdap: Add fix for gcc-4.7, #425244; move to autotools-utils.eclass
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch?rev=1.1&content-type=text/plain
14
15 Index: libdap-3.11.3-gcc-4.7.patch
16 ===================================================================
17 ResponseBuilder.cc | 1 +
18 1 files changed, 1 insertions(+), 0 deletions(-)
19
20 diff --git a/ResponseBuilder.cc b/ResponseBuilder.cc
21 index 1135678..0356172 100644
22 --- a/ResponseBuilder.cc
23 +++ b/ResponseBuilder.cc
24 @@ -41,6 +41,7 @@ static char rcsid[] not_used = { "$Id: ResponseBuilder.cc 23477 2010-09-02 21:02
25 #include <string>
26 #include <sstream>
27 #include <cstring>
28 +#include <unistd.h>
29
30 #include <uuid/uuid.h> // used to build CID header value for data ddx
31 #include "DAS.h"