Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/epdfview/files: epdfview-0.1.6-gcc-4.3.patch
Date: Tue, 22 Apr 2008 06:30:13
Message-Id: E1JoC14-0003Gw-Tb@stork.gentoo.org
1 omp 08/04/22 06:30:10
2
3 Added: epdfview-0.1.6-gcc-4.3.patch
4 Log:
5 Fix compilation issue with GCC 4.3; patch by ape. (bug #214070)
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.1 app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/epdfview/files/epdfview-0.1.6-gcc-4.3.patch?rev=1.1&content-type=text/plain
13
14 Index: epdfview-0.1.6-gcc-4.3.patch
15 ===================================================================
16 --- IDocumentLink.h 2008-03-20 19:16:03.000000000 +0100
17 +++ epdfview-1.6-r1/src/IDocumentLink.h 2008-03-20 19:16:43.000000000 +0100
18 @@ -33,7 +33,7 @@
19 class IDocumentLink
20 {
21 public:
22 - IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y1);
23 + IDocumentLink (gdouble x1, gdouble y1, gdouble x2, gdouble y2);
24 virtual ~IDocumentLink (void);
25
26 virtual void activate (IDocument *document) = 0;
27
28
29
30 --
31 gentoo-commits@l.g.o mailing list