diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-03 16:32:01 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-04-03 16:32:01 +0000 |
commit | 7e14609a832cff801b4b0c5c959a9912438e95cb (patch) | |
tree | 82b1373ef4e918b5601971f231160ada88074fe3 /media-video/kplayer/files | |
parent | Does not need Soprano, does not use Soprano, should not try to find it. Bug 3... (diff) | |
download | gentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.tar.gz gentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.tar.bz2 gentoo-2-7e14609a832cff801b4b0c5c959a9912438e95cb.zip |
Added a first kdeenablefinal patch, bug 349620
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'media-video/kplayer/files')
-rw-r--r-- | media-video/kplayer/files/kplayer-0.7-enablefinal.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-video/kplayer/files/kplayer-0.7-enablefinal.patch b/media-video/kplayer/files/kplayer-0.7-enablefinal.patch new file mode 100644 index 000000000000..4eb41a120677 --- /dev/null +++ b/media-video/kplayer/files/kplayer-0.7-enablefinal.patch @@ -0,0 +1,11 @@ +--- kplayer/x11.cpp.orig 2010-12-26 02:34:38.374000171 +0100 ++++ kplayer/x11.cpp 2010-12-26 02:35:28.989000170 +0100 +@@ -14,7 +14,7 @@ + ***************************************************************************/ + + #include <X11/Xlib.h> +-#undef CursorShape ++#include <fixx11h.h> + #include <qbytearray.h> + #include <qnamespace.h> + #include <qx11info_x11.h> |