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
3cdf0e10cSrcweir@@ -10,6 +10,9 @@
4cdf0e10cSrcweir #include "hunspell.hxx"
5cdf0e10cSrcweir #include "csutil.hxx"
6cdf0e10cSrcweir
7cdf0e10cSrcweir+// switch off iconv support for tests (fixing Solaris problems)
8cdf0e10cSrcweir+#undef HAVE_ICONV
9cdf0e10cSrcweir+
10cdf0e10cSrcweir #ifndef HUNSPELL_EXTRA
11cdf0e10cSrcweir #define suggest_auto suggest
12cdf0e10cSrcweir #endif
13