summarylogtreecommitdiffstats
path: root/gcc46.patch
diff options
context:
space:
mode:
authorIgor Velichko2015-07-12 01:41:46 +0300
committerIgor Velichko2015-07-12 01:41:46 +0300
commit7c0a1308472f7f493391a0d90cbd4e2cb5009680 (patch)
tree0943d42667a528745756b1ec1c2ded63cc75b029 /gcc46.patch
downloadaur-stardict-reduced.tar.gz
Reduced Stardict 3.0.6
Diffstat (limited to 'gcc46.patch')
-rw-r--r--gcc46.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc46.patch b/gcc46.patch
new file mode 100644
index 000000000000..944b9635c7cb
--- /dev/null
+++ b/gcc46.patch
@@ -0,0 +1,11 @@
+diff -aur old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h
+--- old/dict/stardict-plugins/stardict-wordnet-plugin/utils.h 2011-07-18 06:58:58.519404744 -0700
++++ new/dict/stardict-plugins/stardict-wordnet-plugin/utils.h 2011-07-18 07:01:10.739734313 -0700
+@@ -26,6 +26,7 @@
+ #ifndef __TYPES_H__
+ #define __TYPES_H__
+
++#include <cstddef>
+ #include <math.h>
+
+ typedef float single;