From 1964ee5d1c40331e72429a54877022777b67d8a5 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 27 Feb 2010 23:44:26 +0000 Subject: hunspell129: add back in solaris ICONV disable --- hunspell/hunspell-solaris.patch | 12 ++++++++++++ hunspell/makefile.mk | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 hunspell/hunspell-solaris.patch (limited to 'hunspell') diff --git a/hunspell/hunspell-solaris.patch b/hunspell/hunspell-solaris.patch new file mode 100644 index 000000000000..37c5101364b4 --- /dev/null +++ b/hunspell/hunspell-solaris.patch @@ -0,0 +1,12 @@ +--- misc/hunspell-1.2.9.orig/src/tools/hunspell.cxx 2010-02-27 23:42:05.000000000 +0000 ++++ misc/build/hunspell-1.2.9/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 diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index 4221ce4d686d..64e35afdfb3e 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -41,7 +41,8 @@ TARFILE_ROOTDIR=hunspell-1.2.9 ADDITIONAL_FILES+=config.h PATCH_FILES=\ - hunspell-wntconfig.patch + hunspell-wntconfig.patch \ + hunspell-solaris.patch .IF "$(GUI)"=="UNX" -- cgit