diff options
Diffstat (limited to 'media-video/xvideoservicethief/files/gcc-4.3.patch')
-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 |