diff options
author | Taner Tas <taner76@gmail.com> | 2017-04-13 15:21:05 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-20 13:50:48 +0000 |
commit | f3fd88b88366b0d50635497bd1dee792223b34f7 (patch) | |
tree | 581f79ce6e196e3483ac624c12f3e74dc7f06864 /testing/stardict/gcc46.patch | |
parent | b73b69eebd210143f39da44eb1dda6f3a7654918 (diff) | |
download | aports-f3fd88b88366b0d50635497bd1dee792223b34f7.tar.bz2 aports-f3fd88b88366b0d50635497bd1dee792223b34f7.tar.xz |
testing/stardict: new aport
Diffstat (limited to 'testing/stardict/gcc46.patch')
-rw-r--r-- | testing/stardict/gcc46.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/stardict/gcc46.patch b/testing/stardict/gcc46.patch new file mode 100644 index 0000000000..944b9635c7 --- /dev/null +++ b/testing/stardict/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; |