Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.8.6-kde.patch qtiplot-0.9.8.6-gold.patch
Date: Tue, 05 Jul 2011 09:54:37
Message-Id: 20110705095428.3F9CA2004B@flycatcher.gentoo.org
1 jlec 11/07/05 09:54:28
2
3 Added: qtiplot-0.9.8.6-kde.patch
4 qtiplot-0.9.8.6-gold.patch
5 Log:
6 Fix for qt-*[kde] creating src/plot2D/Graph.cpp:5989:46: error: invalid use of incomplete type 'struct QPaintEngine', #367503; Gold resistance
7
8 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.8.6-kde.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-kde.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-kde.patch?rev=1.1&content-type=text/plain
15
16 Index: qtiplot-0.9.8.6-kde.patch
17 ===================================================================
18 qtiplot/src/plot2D/Graph.cpp | 1 +
19 1 files changed, 1 insertions(+), 0 deletions(-)
20
21 diff --git a/qtiplot/src/plot2D/Graph.cpp b/qtiplot/src/plot2D/Graph.cpp
22 index 626172a..d4eab1b 100755
23 --- a/qtiplot/src/plot2D/Graph.cpp
24 +++ b/qtiplot/src/plot2D/Graph.cpp
25 @@ -73,6 +73,7 @@
26 #include <PatternBox.h>
27 #include <SymbolBox.h>
28
29 +#include <QPaintEngine>
30 #include <QApplication>
31 #include <QBitmap>
32 #include <QClipboard>
33
34
35
36 1.1 sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch?rev=1.1&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.6-gold.patch?rev=1.1&content-type=text/plain
40
41 Index: qtiplot-0.9.8.6-gold.patch
42 ===================================================================
43 qtiplot/qtiplot.pro | 1 +
44 1 files changed, 1 insertions(+), 0 deletions(-)
45
46 diff --git a/qtiplot/qtiplot.pro b/qtiplot/qtiplot.pro
47 index 99e0e36..b7cf373 100755
48 --- a/qtiplot/qtiplot.pro
49 +++ b/qtiplot/qtiplot.pro
50 @@ -20,6 +20,7 @@ LIBS += $$MUPARSER_LIBS
51 LIBS += $$QWT_LIBS
52 LIBS += $$QWT3D_LIBS
53 LIBS += $$GSL_LIBS
54 +LIBS += -lz
55
56 #############################################################################
57 ###################### BASIC PROJECT PROPERTIES #############################