Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/goldendict/files: goldendict-0.9.0-gcc4.4.patch
Date: Wed, 29 Dec 2010 09:06:43
Message-Id: 20101229090633.8E1E420057@flycatcher.gentoo.org
1 pva 10/12/29 09:06:33
2
3 Added: goldendict-0.9.0-gcc4.4.patch
4 Log:
5 Move from app-dicts per bug #347535, thank Rion for report.
6
7 (Portage version: 2.1.9.26/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-text/goldendict/files/goldendict-0.9.0-gcc4.4.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/files/goldendict-0.9.0-gcc4.4.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/goldendict/files/goldendict-0.9.0-gcc4.4.patch?rev=1.1&content-type=text/plain
14
15 Index: goldendict-0.9.0-gcc4.4.patch
16 ===================================================================
17 diff -Nuar goldendict-0.9.0-src.orig/chunkedstorage.hh goldendict-0.9.0-src/chunkedstorage.hh
18 --- goldendict-0.9.0-src.orig/chunkedstorage.hh 2009-09-24 20:20:56.000000000 +0600
19 +++ goldendict-0.9.0-src/chunkedstorage.hh 2009-09-24 20:22:22.000000000 +0600
20 @@ -8,6 +8,7 @@
21 #include "file.hh"
22
23 #include <vector>
24 +#include <stdint.h>
25
26 #ifdef _MSC_VER
27 #include <stdint_msvc.h>