* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.8.9-qt48.patch
@ 2012-01-30 12:12 99% Justin Lecher (jlec)
0 siblings, 0 replies; 1+ results
From: Justin Lecher (jlec) @ 2012-01-30 12:12 UTC (permalink / raw
To: gentoo-commits
jlec 12/01/30 12:12:04
Added: qtiplot-0.9.8.9-qt48.patch
Log:
Fix building against qt-4.8, #399829
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-visualization/qtiplot/files/qtiplot-0.9.8.9-qt48.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-qt48.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-qt48.patch?rev=1.1&content-type=text/plain
Index: qtiplot-0.9.8.9-qt48.patch
===================================================================
3rdparty/qwtplot3d/include/qwt3d_openglhelper.h | 2 ++
qtiplot/src/plot3D/Cone3D.cpp | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
index 0ee80de..3d02e3f 100755
--- a/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
+++ b/3rdparty/qwtplot3d/include/qwt3d_openglhelper.h
@@ -8,6 +8,8 @@
#include <QtOpenGL/qgl.h>
#endif
+#include <GL/glu.h>
+
namespace Qwt3D
{
diff --git a/qtiplot/src/plot3D/Cone3D.cpp b/qtiplot/src/plot3D/Cone3D.cpp
index 16df12d..169d5c7 100755
--- a/qtiplot/src/plot3D/Cone3D.cpp
+++ b/qtiplot/src/plot3D/Cone3D.cpp
@@ -27,6 +27,7 @@
* *
***************************************************************************/
#include <math.h>
+#include <GL/glu.h>
#include "qwt3d_color.h"
#include "qwt3d_plot.h"
#include <qwt3d_curve.h>
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-01-30 12:12 99% [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot/files: qtiplot-0.9.8.9-qt48.patch Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox