[gle] Enable extra fonts, fix FTBFS, branch QT frontend.

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Oct 1 15:12:41 UTC 2011


commit a32d15a1d9963c0cb9daa82e5443c74a493e0e48
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sat Oct 1 18:12:23 2011 +0300

    Enable extra fonts, fix FTBFS, branch QT frontend.

 gle-4.2.3b-include.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/gle-4.2.3b-include.patch b/gle-4.2.3b-include.patch
new file mode 100644
index 0000000..01a7a42
--- /dev/null
+++ b/gle-4.2.3b-include.patch
@@ -0,0 +1,24 @@
+diff -up gle-graphics-4.2.3b/src/gui/3dviewer.cpp.orig gle-graphics-4.2.3b/src/gui/3dviewer.cpp
+--- gle-graphics-4.2.3b/src/gui/3dviewer.cpp.orig	2010-06-14 18:34:39.000000000 +0300
++++ gle-graphics-4.2.3b/src/gui/3dviewer.cpp	2011-10-01 12:45:02.223060075 +0300
+@@ -21,6 +21,7 @@
+ 
+ #include <QtGui>
+ #include <QtOpenGL>
++#include <GL/glu.h>
+ #include "3dviewer.h"
+ #include "../gle/surface/gsurface.h"
+ 
+diff -up gle-graphics-4.2.3b/src/gui/qgle.pro.in.orig gle-graphics-4.2.3b/src/gui/qgle.pro.in
+--- gle-graphics-4.2.3b/src/gui/qgle.pro.in.orig	2010-09-26 19:23:00.000000000 +0300
++++ gle-graphics-4.2.3b/src/gui/qgle.pro.in	2011-10-01 12:45:55.756792961 +0300
+@@ -173,6 +173,9 @@ win32 {
+ 	LIBS += -lgle-graphics- at GLE_VERSION@ -L../../build/bin/
+ }
+ 
++# Link against GLU library
++LIBS += -lGLU
++
+ # place the resulting QGLE executable in the "bin" subdirectory of "build"
+ DESTDIR = ../../build/bin
+ 


More information about the scm-commits mailing list