Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/vncsnapshot/files: vncsnapshot-1.2a-amd64grey.patch
Date: Wed, 24 Sep 2008 21:10:52
Message-Id: E1KibdJ-00062G-IJ@stork.gentoo.org
1 gentoofan23 08/09/24 21:10:49
2
3 Added: vncsnapshot-1.2a-amd64grey.patch
4 Log:
5 Fix grey image problems on amd64; Fixes bug #210036
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch?rev=1.1&content-type=text/plain
13
14 Index: vncsnapshot-1.2a-amd64grey.patch
15 ===================================================================
16 diff -aur vncsnapshot-1.2a-orig/rfb.h vncsnapshot-1.2a/rfb.h
17 --- vncsnapshot-1.2a-orig/rfb.h 2002-02-09 16:00:42.000000000 -0500
18 +++ vncsnapshot-1.2a/rfb.h 2008-09-24 16:57:13.000000000 -0400
19 @@ -34,7 +34,7 @@
20
21 // Define the CARD* types as used in X11/Xmd.h
22
23 -typedef unsigned long CARD32;
24 +typedef unsigned int CARD32;
25 typedef unsigned short CARD16;
26 typedef short INT16;
27 typedef unsigned char CARD8;