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