summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorPol Vinogradov2010-08-09 15:00:43 -0400
committerPol Vinogradov2010-08-09 15:00:56 -0400
commitb807008f124cdb07080ce055aa00a8b972866a73 (patch)
treefcffd77e2ea29dfa4605eb61b18985a903d0a4e9 /spelling
parentbc6d008c8a461d7a64d3ae235bcfecf0f4db1352 (diff)
spelling/stardict: added more fixes for g++ 4.5
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/stardict/DETAILS2
-rw-r--r--spelling/stardict/HISTORY4
-rw-r--r--spelling/stardict/stardict-g++-sigc++3-fixes.patch7
3 files changed, 10 insertions, 3 deletions
diff --git a/spelling/stardict/DETAILS b/spelling/stardict/DETAILS
index bccf7c661c..d99501b944 100755
--- a/spelling/stardict/DETAILS
+++ b/spelling/stardict/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_HASH=sha512:8a681cc9bfec4bb23870840aee35b99d3783c6ce9197968c57f94b46bedf044a1810d2a1b68123ed807e1e5ea5c80c1a6e3cc08623aaded039ff70b303b71fa3
- PATCHLEVEL=1
+ PATCHLEVEL=2
KEYWORDS="spelling"
LICENSE[0]=GPL
WEB_SITE=http://$SPELL.sourceforge.net
diff --git a/spelling/stardict/HISTORY b/spelling/stardict/HISTORY
index 4948d5c892..7029c5b91c 100644
--- a/spelling/stardict/HISTORY
+++ b/spelling/stardict/HISTORY
@@ -1,3 +1,7 @@
+2010-08-09 Pol Vinogradov <vin.public@gmail.com>
+ * DETAILS: PATCHLEVEL++
+ * stardict-g++-sigc++3-fixes: more fixes for g++ 4.5
+
2009-12-07 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: PATCHLEVEL++
* PRE_BUILD, stardict-g++-sigc++3-fixes.patch: made some fixes to
diff --git a/spelling/stardict/stardict-g++-sigc++3-fixes.patch b/spelling/stardict/stardict-g++-sigc++3-fixes.patch
index 1d1dc67373..8dc07901ad 100644
--- a/spelling/stardict/stardict-g++-sigc++3-fixes.patch
+++ b/spelling/stardict/stardict-g++-sigc++3-fixes.patch
@@ -36,12 +36,13 @@ diff -Nuar stardict-3.0.1.orig/src/lib/common.cpp stardict-3.0.1/src/lib/common.
diff -Nuar stardict-3.0.1.orig/src/lib/data.cpp stardict-3.0.1/src/lib/data.cpp
--- stardict-3.0.1.orig/src/lib/data.cpp 2009-12-07 19:21:18.258453418 -0500
+++ stardict-3.0.1/src/lib/data.cpp 2009-12-07 19:22:35.370274420 -0500
-@@ -26,6 +26,8 @@
+@@ -26,6 +26,9 @@
#include "data.hpp"
#include "getuint32.h"
+#include <cstdlib>
+#include <cstring>
++#include <cstdio>
DictBase::DictBase()
@@ -72,12 +73,14 @@ diff -Nuar stardict-3.0.1.orig/src/lib/pluginmanager.cpp stardict-3.0.1/src/lib/
diff -Nuar stardict-3.0.1.orig/src/lib/stardict_client.cpp stardict-3.0.1/src/lib/stardict_client.cpp
--- stardict-3.0.1.orig/src/lib/stardict_client.cpp 2009-12-07 19:21:18.256449750 -0500
+++ stardict-3.0.1/src/lib/stardict_client.cpp 2009-12-07 19:22:35.370274420 -0500
-@@ -28,6 +28,8 @@
+@@ -28,6 +28,10 @@
#include "sockets.hpp"
#include "md5.h"
#include "getuint32.h"
+#include <cstdlib>
+#include <cstring>
++#include <cstdio>
++#include <gtk/gtk.h>
#include "stardict_client.hpp"