[mozvoikko/f16] Fix build - added patch

Martin Stransky stransky at fedoraproject.org
Wed Aug 17 10:23:41 UTC 2011


commit 056078b72cdea392729e9a23ee9a29c1ad74fd07
Author: Martin Stransky <stransky at redhat.com>
Date:   Wed Aug 17 12:23:23 2011 +0200

    Fix build - added patch

 mozvoikko-dict.patch |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/mozvoikko-dict.patch b/mozvoikko-dict.patch
new file mode 100644
index 0000000..82fc1b2
--- /dev/null
+++ b/mozvoikko-dict.patch
@@ -0,0 +1,24 @@
+A patch for:
+
+# HG changeset patch
+# User Kyle Huey <khuey at kylehuey.com>
+# Date 1297987780 18000
+# Node ID f99b6caaaff9afe4a4b2f9d7106586125f00690b
+# Parent  14033ede4ba6498d10223fb88605324eb1848b5d
+Bug 629734: Integrate hunspell test suite as an xpcshell test. r=ehsan
+
+
+diff -up mozvoikko/src/mozVoikkoSpell.cpp.old mozvoikko/src/mozVoikkoSpell.cpp
+--- mozvoikko/src/mozVoikkoSpell.cpp.old	2010-11-22 21:45:39.000000000 +0100
++++ mozvoikko/src/mozVoikkoSpell.cpp	2011-06-22 17:48:54.360684336 +0200
+@@ -293,3 +293,10 @@ NS_IMETHODIMP mozVoikkoSpell::Suggest(co
+ 
+     return rv;
+ }
++
++/* void loadDictionariesFromDir (in nsIFile dir); */
++NS_IMETHODIMP mozVoikkoSpell::LoadDictionariesFromDir(nsIFile *dir)
++{
++    return NS_ERROR_NOT_IMPLEMENTED;
++}
++


More information about the scm-commits mailing list