Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/excelformat/files: 100112-gcc.patch
Date: Wed, 30 Jun 2010 09:13:32
Message-Id: 20100630091323.3E9FE2C3ED@corvid.gentoo.org
1 jlec 10/06/30 09:13:23
2
3 Added: 100112-gcc.patch
4 Log:
5 New addition
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-libs/excelformat/files/100112-gcc.patch
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/excelformat/files/100112-gcc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/excelformat/files/100112-gcc.patch?rev=1.1&content-type=text/plain
13
14 Index: 100112-gcc.patch
15 ===================================================================
16 diff --git a/BasicExcel.cpp b/BasicExcel.cpp
17 index 0cf56d9..e41dc3f 100644
18 --- a/BasicExcel.cpp
19 +++ b/BasicExcel.cpp
20 @@ -1,5 +1,7 @@
21 #include "ExcelFormat.h"
22
23 +#include <cstring>
24 +
25 #if _MSC_VER>=1400 // VS 2005
26 #include <share.h> // _SH_DENYRW
27 #endif