diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-16 22:34:11 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-04-16 22:34:11 +0000 |
commit | ca2d76ff833a0e91a9d7ddc001932ce198a5c7cf (patch) | |
tree | 2094894263d77992f2828dfb59ed3d12c97e42c7 /math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp | |
parent | - new upstream for portupgrade (diff) |
Fix build with upcoming Qt 4.8
Diffstat (limited to 'math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp')
-rw-r--r-- | math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp b/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp new file mode 100644 index 000000000000..daaf3f4404a1 --- /dev/null +++ b/math/qtiplot/files/patch-qtiplot__src__plot3D__Cone3D.cpp @@ -0,0 +1,10 @@ +--- ./qtiplot/src/plot3D/Cone3D.cpp.orig 2010-09-27 07:12:48.000000000 +0000 ++++ ./qtiplot/src/plot3D/Cone3D.cpp 2012-04-16 21:30:38.879058155 +0000 +@@ -31,6 +31,7 @@ + #include "qwt3d_plot.h" + #include <qwt3d_curve.h> + #include "Cone3D.h" ++#include "GL/glu.h" + + using namespace Qwt3D; + |