Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/schafkopf/files: schafkopf-0.7-gcc43.patch
Date: Tue, 30 Sep 2008 01:26:05
Message-Id: E1KkU01-0004yO-Mw@stork.gentoo.org
1 mr_bones_ 08/09/30 01:26:01
2
3 Added: schafkopf-0.7-gcc43.patch
4 Log:
5 gcc43 patch from Markus Rathgeb via bug #239090
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 games-board/schafkopf/files/schafkopf-0.7-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/schafkopf/files/schafkopf-0.7-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/schafkopf/files/schafkopf-0.7-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: schafkopf-0.7-gcc43.patch
15 ===================================================================
16 --- src/canvascard.h 2008-09-29 23:49:56.000000000 +0200
17 +++ src/canvascard.h_new 2008-09-29 23:49:44.000000000 +0200
18 @@ -41,7 +41,7 @@
19 void setRotation( int d );
20
21 void animatedMove();
22 - void setDestination( int x, int x );
23 + void setDestination( int x, int y );
24
25
26 int rtti() const { return CANVASCARD; }