diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-29 12:05:39 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-29 12:05:39 +0000 |
commit | d72050d3f980250c2b12189199d759067b24802f (patch) | |
tree | c220ce478a47f961ab8ae8f20ae156ae13de7021 /media-video/mplayerthumbs/files | |
parent | remove old (diff) | |
download | historical-d72050d3f980250c2b12189199d759067b24802f.tar.gz historical-d72050d3f980250c2b12189199d759067b24802f.tar.bz2 historical-d72050d3f980250c2b12189199d759067b24802f.zip |
Fix for gcc-4.3 wrt bug #225745.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25.8 i686
Diffstat (limited to 'media-video/mplayerthumbs/files')
-rw-r--r-- | media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch b/media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch new file mode 100644 index 000000000000..48417974dcd5 --- /dev/null +++ b/media-video/mplayerthumbs/files/mplayerthumbs-0.5b-gcc43.patch @@ -0,0 +1,12 @@ +*** src/videopreview.cpp.orig 2006-07-10 17:17:11.000000000 +0200 +--- src/videopreview.cpp 2008-06-11 02:45:40.379823160 +0200 +*************** +*** 20,25 **** +--- 20,26 ---- + + #include "videopreview.h" + ++ #include <stdlib.h> + #include <qfile.h> + #include <qpixmap.h> + #include <qimage.h> |