Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/ace/files: ace-1.3-implicit-pointer.patch
Date: Sun, 07 Nov 2010 17:01:06
Message-Id: 20101107170058.917EE20054@flycatcher.gentoo.org
1 hwoarang 10/11/07 17:00:58
2
3 Added: ace-1.3-implicit-pointer.patch
4 Log:
5 Apply patch to fix implicit pointer conversion on x86_64 arches. Stable on amd64 wrt bug #343463
6
7 (Portage version: 2.1.9.24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 games-board/ace/files/ace-1.3-implicit-pointer.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/files/ace-1.3-implicit-pointer.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ace/files/ace-1.3-implicit-pointer.patch?rev=1.1&content-type=text/plain
14
15 Index: ace-1.3-implicit-pointer.patch
16 ===================================================================
17 Index: ace-1.3/games/spider.c
18 ===================================================================
19 --- ace-1.3.orig/games/spider.c
20 +++ ace-1.3/games/spider.c
21 @@ -20,8 +20,8 @@
22 #include <string.h>
23 #include <time.h>
24
25 +#include "imagelib.h"
26 #include "cards.h"
27 -//#include "imagelib.h"
28
29 #define W CARD_WIDTH
30 #define H CARD_HEIGHT