diff options
Diffstat (limited to 'media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch')
-rw-r--r-- | media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch b/media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch deleted file mode 100644 index afb83aa296db..000000000000 --- a/media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch +++ /dev/null @@ -1,24 +0,0 @@ -Stop relying on implicit usage of GLU for compability with >=x11-libs/qt-opengl-4.8 -See, http://bugs.gentoo.org/407391 - ---- mpeg2window/ttmpeg2window.cpp -+++ mpeg2window/ttmpeg2window.cpp -@@ -33,6 +33,7 @@ - // qApplication for the qApp pointer - #include <QApplication> - #include <QPixmap> -+#include <GL/glu.h> - - // ----------------------------------------------------------------------------- - // class declaration ---- ttcut.pro -+++ ttcut.pro -@@ -15,7 +15,7 @@ - DEFINES += _FILE_OFFSET_BITS=64 - DIST = TTCut - TARGET = ttcut --LIBS = -lmpeg2 -lmpeg2convert -+LIBS = -lmpeg2 -lmpeg2convert -lGLU - OBJECTS_DIR = obj - MOC_DIR = moc - UI_DIR = ui_h |