Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-doc/kchmviewer/files: kchmviewer-3.1_p2-gcc43.patch
Date: Sun, 27 Apr 2008 12:02:18
Message-Id: E1Jq5aB-0001ze-3m@stork.gentoo.org
1 philantrop 08/04/27 12:02:15
2
3 Added: kchmviewer-3.1_p2-gcc43.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Joel7987 on bug 218812. Minor QA fixes.
6 (Portage version: 2.1.5_rc6)
7 (Unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 app-doc/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-doc/kchmviewer/files/kchmviewer-3.1_p2-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: kchmviewer-3.1_p2-gcc43.patch
16 ===================================================================
17 diff -urNad kchmviewer-3.1.orig/lib/libchmfile/libchmfileimpl.h kchmviewer-3.1/lib/libchmfile/libchmfileimpl.h
18 --- kchmviewer-3.1.orig/lib/libchmfile/libchmfileimpl.h 2008-04-09 17:33:13.000000000 +0100
19 +++ kchmviewer-3.1/lib/libchmfile/libchmfileimpl.h 2008-04-09 17:33:59.000000000 +0100
20 @@ -25,6 +25,8 @@
21 #include "libchmfile.h"
22 #include "libchmtocimage.h"
23
24 +#include <sys/types.h> /* for u_int{32,64}_t */
25 +
26 //! Keeps the intermediate search result
27 class LCHMSearchProgressResult
28 {
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list