1--- misc/hunspell-1.3.3.orig/src/tools/hunspell.cxx	2010-02-27 23:42:05.000000000 +0000
2+++ misc/build/hunspell-1.3.3/src/tools/hunspell.cxx	2010-02-27 23:43:02.000000000 +0000
3@@ -10,6 +10,9 @@
4 #include "hunspell.hxx"
5 #include "csutil.hxx"
6
7+// switch off iconv support for tests (fixing Solaris problems)
8+#undef HAVE_ICONV
9+
10 #ifndef HUNSPELL_EXTRA
11 #define suggest_auto suggest
12 #endif
13