diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-03-14 15:35:15 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-03-14 15:35:15 +0000 |
commit | 7707451029a38ebe354771cfcd565ab4b4f0e163 (patch) | |
tree | 280c57ddcef23c914c67be4020d2b6c3db6981bf /media-video/xvideoservicethief/files | |
parent | Revbump to fix the 2.1 slot for bug 247549. (diff) | |
download | historical-7707451029a38ebe354771cfcd565ab4b4f0e163.tar.gz historical-7707451029a38ebe354771cfcd565ab4b4f0e163.tar.bz2 historical-7707451029a38ebe354771cfcd565ab4b4f0e163.zip |
Initial import from qting-edge overlay
Package-Manager: portage-2.2_rc25/cvs/Linux x86_64
Diffstat (limited to 'media-video/xvideoservicethief/files')
-rw-r--r-- | media-video/xvideoservicethief/files/gcc-4.3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-video/xvideoservicethief/files/gcc-4.3.patch b/media-video/xvideoservicethief/files/gcc-4.3.patch new file mode 100644 index 000000000000..4541f58143b4 --- /dev/null +++ b/media-video/xvideoservicethief/files/gcc-4.3.patch @@ -0,0 +1,13 @@ +Index: work/src/pakunpak/pakunpak.h +=================================================================== +--- work.orig/src/pakunpak/pakunpak.h ++++ work/src/pakunpak/pakunpak.h +@@ -31,7 +31,7 @@ + #include <string> + #include <vector> + #include <fstream> +- ++#include <cstring> + #include <iostream> + + class Packer |