diff options
author | Benda Xu <heroxbd@gentoo.org> | 2012-05-18 17:36:48 +0900 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2012-05-18 17:36:48 +0900 |
commit | fb26a5c2df5e1fde31491ebeff69112712008353 (patch) | |
tree | 2f8414516404877c9df8e29df0c2b2536ab2bd5c /net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch | |
download | android-fb26a5c2df5e1fde31491ebeff69112712008353.tar.gz android-fb26a5c2df5e1fde31491ebeff69112712008353.tar.bz2 android-fb26a5c2df5e1fde31491ebeff69112712008353.zip |
initial commit
Diffstat (limited to 'net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch')
-rw-r--r-- | net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch b/net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch new file mode 100644 index 0000000..ee5807b --- /dev/null +++ b/net-misc/vncsnapshot/files/vncsnapshot-1.2a-amd64grey.patch @@ -0,0 +1,12 @@ +diff -aur vncsnapshot-1.2a-orig/rfb.h vncsnapshot-1.2a/rfb.h +--- vncsnapshot-1.2a-orig/rfb.h 2002-02-09 16:00:42.000000000 -0500 ++++ vncsnapshot-1.2a/rfb.h 2008-09-24 16:57:13.000000000 -0400 +@@ -34,7 +34,7 @@ + + // Define the CARD* types as used in X11/Xmd.h + +-typedef unsigned long CARD32; ++typedef unsigned int CARD32; + typedef unsigned short CARD16; + typedef short INT16; + typedef unsigned char CARD8; |