Package: stardict / 3.0.1-9.3

08_gcc-4.6.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: fix FTBFS with gcc 4.6 by adding a necessary header.
Author: Ilya Barygin <barygin@gmail.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/832822
--- stardict-3.0.1.orig/stardict-plugins/stardict-wordnet-plugin/scene.hpp
+++ stardict-3.0.1/stardict-plugins/stardict-wordnet-plugin/scene.hpp
@@ -10,6 +10,7 @@
 #include "spring.hpp"
 
 #include <vector>
+#include <cstring>
 using namespace std;
 
 class scene_t {