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