diff options
Diffstat (limited to 'sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU.patch')
-rw-r--r-- | sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU.patch b/sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU.patch deleted file mode 100644 index dd3798bb8f6a..000000000000 --- a/sci-mathematics/freemat/files/freemat-4.0-no_implicit_GLU.patch +++ /dev/null @@ -1,14 +0,0 @@ -error: 'gluProject' was not declared in this scope - -http://bugs.gentoo.org/402361 - ---- libs/libGraphics/GLRenderEngine.cpp -+++ libs/libGraphics/GLRenderEngine.cpp -@@ -20,6 +20,7 @@ - #include <qimage.h> - #include <qpainter.h> - #include <QtOpenGL> -+#include <GL/glu.h> - #include <math.h> - #include "IEEEFP.hpp" - |