Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/SoQt/files: SoQt-1.4.1-gcc44.patch
Date: Sun, 23 Aug 2009 19:02:18
Message-Id: E1MfIKW-0008Eh-9y@stork.gentoo.org
1 vostorga 09/08/23 19:02:16
2
3 Added: SoQt-1.4.1-gcc44.patch
4 Log:
5 Fixing build against gcc 4.4 , patch thanks to Jean-Francois Ostiguy, bug #281763
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/SoQt/files/SoQt-1.4.1-gcc44.patch?rev=1.1&content-type=text/plain
13
14 Index: SoQt-1.4.1-gcc44.patch
15 ===================================================================
16 --- ./src/Inventor/Qt/SoQtComponent.cpp.orig 2006-10-30 16:09:20.000000000 -0600
17 +++ ./src/Inventor/Qt/SoQtComponent.cpp 2009-08-17 08:07:57.000000000 -0500
18 @@ -100,7 +100,7 @@
19 this->parent->removeEventFilter(this);
20 }
21
22 -static void delete_dict_value(unsigned long key, void * value)
23 +static void delete_dict_value(SbDictKeyType key, void * value)
24 {
25 delete (QCursor *)value;
26 }