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, 24 insertions, 0 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 new file mode 100644 index 000000000000..afb83aa296db --- /dev/null +++ b/media-video/ttcut/files/ttcut-0.19.6-no_implicit_GLU.patch @@ -0,0 +1,24 @@ +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 |