diff options
author | 2012-03-08 16:56:28 +0000 | |
---|---|---|
committer | 2012-03-08 16:56:28 +0000 | |
commit | 7ebd6770e82f7a488e64cf4f75ec3a76582b2773 (patch) | |
tree | 928c19cfebcfcde3e39eaa2ab25ce87150798057 /x11-libs/qwtplot3d/files | |
parent | Add sys-apps/whdd, thanks to Andrey Utkin <andrey.krieger.utkin@gmail.com> (diff) | |
download | historical-7ebd6770e82f7a488e64cf4f75ec3a76582b2773.tar.gz historical-7ebd6770e82f7a488e64cf4f75ec3a76582b2773.tar.bz2 historical-7ebd6770e82f7a488e64cf4f75ec3a76582b2773.zip |
Add fix for qt4.8, #407385; move to EAPI=4 and qt4-r2.eclass
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qwtplot3d/files')
-rw-r--r-- | x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch b/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch new file mode 100644 index 000000000000..4e558eda7c96 --- /dev/null +++ b/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch @@ -0,0 +1,19 @@ + 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
+ {
+
|