public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qwtplot3d/files: qwtplot3d-qt48.patch
@ 2012-03-08 16:56 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-03-08 16:56 UTC (permalink / raw
  To: gentoo-commits

jlec        12/03/08 16:56:28

  Added:                qwtplot3d-qt48.patch
  Log:
  Add fix for qt4.8, #407385; move to EAPI=4 and qt4-r2.eclass
  
  (Portage version: 2.2.0_alpha90/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch?rev=1.1&content-type=text/plain

Index: qwtplot3d-qt48.patch
===================================================================
 include/qwt3d_openglhelper.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/qwt3d_openglhelper.h b/include/qwt3d_openglhelper.h
index e5499c2..a7ecddc 100644
--- a/include/qwt3d_openglhelper.h
+++ b/include/qwt3d_openglhelper.h
@@ -8,6 +8,11 @@
 #include <QtOpenGL/qgl.h>
 #endif
 
+#if QT_VERSION < 0x047999
+#include <GL/glu.h>
+#endif
+
+
 namespace Qwt3D
 {
 






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-08 16:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-08 16:56 [gentoo-commits] gentoo-x86 commit in x11-libs/qwtplot3d/files: qwtplot3d-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