From 7c8f3645ac5823ab6d65e8270a5e8658c520c2ca Mon Sep 17 00:00:00 2001 From: Binh Nguyen Date: Wed, 12 Sep 2012 22:21:56 +0700 Subject: misc/stardict: Fixed to build against gcc-4.7.x (+new maintainer) Signed-off-by: Robby Workman --- misc/stardict/patches/stardict-3.0.1-gcc47.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 misc/stardict/patches/stardict-3.0.1-gcc47.patch (limited to 'misc/stardict/patches/stardict-3.0.1-gcc47.patch') diff --git a/misc/stardict/patches/stardict-3.0.1-gcc47.patch b/misc/stardict/patches/stardict-3.0.1-gcc47.patch new file mode 100644 index 0000000000..ddd22f8191 --- /dev/null +++ b/misc/stardict/patches/stardict-3.0.1-gcc47.patch @@ -0,0 +1,24 @@ +diff --git a/src/sigc++/signal_base.h b/src/sigc++/signal_base.h +index 582a8f4..0d77ac5 100644 +--- a/src/sigc++/signal_base.h ++++ b/src/sigc++/signal_base.h +@@ -21,6 +21,7 @@ + #ifndef _SIGC_SIGNAL_BASE_H_ + #define _SIGC_SIGNAL_BASE_H_ + ++#include + #include + #include + #include +diff --git a/stardict-plugins/stardict-wordnet-plugin/scene.hpp b/stardict-plugins/stardict-wordnet-plugin/scene.hpp +index 54003ca..270b2e2 100644 +--- a/stardict-plugins/stardict-wordnet-plugin/scene.hpp ++++ b/stardict-plugins/stardict-wordnet-plugin/scene.hpp +@@ -9,6 +9,7 @@ + #include "partic.hpp" + #include "spring.hpp" + ++#include + #include + using namespace std; + -- cgit v1.2.3