Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/italc/files: italc-1.0.9-gcc44.patch
Date: Thu, 30 Jul 2009 08:05:35
Message-Id: E1MWQdm-0001lW-Ot@stork.gentoo.org
1 ssuominen 09/07/30 08:05:30
2
3 Added: italc-1.0.9-gcc44.patch
4 Log:
5 Fix building with GCC 4.4 wrt #278462.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/italc/files/italc-1.0.9-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/files/italc-1.0.9-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/italc/files/italc-1.0.9-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: italc-1.0.9-gcc44.patch
15 ===================================================================
16 diff -ur italc-1.0.9.orig/lib/include/types.h italc-1.0.9/lib/include/types.h
17 --- italc-1.0.9.orig/lib/include/types.h 2008-02-10 01:03:25.000000000 +0200
18 +++ italc-1.0.9/lib/include/types.h 2009-07-30 11:03:00.000000000 +0300
19 @@ -25,6 +25,8 @@
20 #ifndef _TYPES_H
21 #define _TYPES_H
22
23 +#include <stdint.h>
24 +
25 typedef signed char Q_INT8; /* 8 bit signed */
26 typedef unsigned char Q_UINT8; /* 8 bit unsigned */
27 typedef short Q_INT16; /* 16 bit signed */
28 diff -ur italc-1.0.9.orig/lib/src/fast_qimage.cpp italc-1.0.9/lib/src/fast_qimage.cpp
29 --- italc-1.0.9.orig/lib/src/fast_qimage.cpp 2008-03-17 10:02:33.000000000 +0200
30 +++ italc-1.0.9/lib/src/fast_qimage.cpp 2009-07-30 10:56:19.000000000 +0300
31 @@ -52,6 +52,7 @@
32 pete@××××××××.org
33 */
34
35 +#include <stdint.h>
36
37 #define ALIGN_SIZE 16