Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/kdissert/files: kdissert-1.0.7-gcc43.patch
Date: Mon, 21 Apr 2008 21:15:17
Message-Id: E1Jo3M2-0008Lg-F1@stork.gentoo.org
1 philantrop 08/04/21 21:15:14
2
3 Added: kdissert-1.0.7-gcc43.patch
4 Log:
5 Added a patch for gcc 4.3 compatibility as kindly provided by Marek Vavrusa on bug 217553. Minor QA fixes.
6 (Portage version: 2.1.5_rc5)
7 (Unsigned Manifest commit)
8
9 Revision Changes Path
10 1.1 kde-misc/kdissert/files/kdissert-1.0.7-gcc43.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kdissert/files/kdissert-1.0.7-gcc43.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-misc/kdissert/files/kdissert-1.0.7-gcc43.patch?rev=1.1&content-type=text/plain
14
15 Index: kdissert-1.0.7-gcc43.patch
16 ===================================================================
17 --- src/kdissert/canvasview/DCanvasLink.cpp~ 2007-04-02 09:20:38.000000000 +0000
18 +++ src/kdissert/canvasview/DCanvasLink.cpp 2007-04-02 09:20:45.000000000 +0000
19 @@ -12,6 +12,7 @@
20 * GNU General Public License for more details. *
21 ***************************************************************************/
22
23 +#include <cstdlib>
24 #include <math.h>
25 #include <qpainter.h>
26 #include <qcolor.h>
27 Index: src/kdissert/canvasview/DCanvasView.cpp
28 ===================================================================
29 --- src/kdissert/canvasview/DCanvasView.cpp (revision 2)
30 +++ src/kdissert/canvasview/DCanvasView.cpp (working copy)
31 @@ -12,6 +12,7 @@
32 * GNU General Public License for more details. *
33 ***************************************************************************/
34
35 +#include <limits>
36 #include <qpoint.h>
37 #include <qdragobject.h>
38 #include <qevent.h>
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list