diff options
Diffstat (limited to 'community-testing/freemat/build-fix.patch')
-rw-r--r-- | community-testing/freemat/build-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/freemat/build-fix.patch b/community-testing/freemat/build-fix.patch deleted file mode 100644 index c1ea63088..000000000 --- a/community-testing/freemat/build-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -wbBur FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp ---- FreeMat-4.1-Source/libs/libGraphics/GLRenderEngine.cpp 2011-11-27 04:27:43.000000000 +0400 -+++ FreeMat-4.1-Source.my/libs/libGraphics/GLRenderEngine.cpp 2012-01-20 19:07:48.000000000 +0400 -@@ -20,6 +20,7 @@ - #include <qimage.h> - #include <qpainter.h> - #include <QtOpenGL> -+#include <GL/glu.h> - #include <math.h> - #include "IEEEFP.hpp" - |