1*a5af9bdaSPedro Giffuni--- misc/hunspell-1.3.3.orig/src/tools/hunspell.cxx 2010-02-27 23:42:05.000000000 +0000 2*a5af9bdaSPedro Giffuni+++ misc/build/hunspell-1.3.3/src/tools/hunspell.cxx 2010-02-27 23:43:02.000000000 +0000 30aabba3aSAndre Fischer@@ -10,6 +10,9 @@ 40aabba3aSAndre Fischer #include "hunspell.hxx" 50aabba3aSAndre Fischer #include "csutil.hxx" 60aabba3aSAndre Fischer 70aabba3aSAndre Fischer+// switch off iconv support for tests (fixing Solaris problems) 80aabba3aSAndre Fischer+#undef HAVE_ICONV 90aabba3aSAndre Fischer+ 100aabba3aSAndre Fischer #ifndef HUNSPELL_EXTRA 110aabba3aSAndre Fischer #define suggest_auto suggest 120aabba3aSAndre Fischer #endif 13