freebsd-ports/math/qwtplot3d/files/patch-include_qwt3d__openglhelper.h
Max Brazhnikov 3c2e8c5326 math/qwtplot3d:
- Readd math/qwtplot3d as Qt 5 reincarnation. math/qwtplot3d-qt4 can be merged
  with this port, if anybody still cares for Qt 4.
- Take maintainership
2018-11-28 13:07:18 +00:00

10 lines
211 B
C++

--- include/qwt3d_openglhelper.h.orig 2018-11-26 20:04:53 UTC
+++ include/qwt3d_openglhelper.h
@@ -6,6 +6,7 @@
#include <qgl.h>
#else
#include <QtOpenGL/qgl.h>
+#include <GL/glu.h>
#endif
namespace Qwt3D