freebsd-ports/science/avogadro/files/patch-libavogadro__src__glwidget.cpp
Max Brazhnikov 1294113822 - Update to 1.0.3
- Add patches and explicit dependency on graphics/libGLU to fix build
  with upcoming Qt-4.8.1
- Sort plist

PR:		ports/167525
Approved by:	Troels Kofoed Jacobsen (maintainer)
2012-05-02 22:35:15 +00:00

11 lines
275 B
C++

--- ./libavogadro/src/glwidget.cpp.orig 2011-04-25 05:22:18.000000000 +0000
+++ ./libavogadro/src/glwidget.cpp 2012-05-01 22:02:14.170695198 +0000
@@ -64,6 +64,8 @@
#include <QMutex>
#endif
+#include <GL/glu.h>
+
#include <cstdio>
#include <vector>
#include <cstdlib>