From: Jan Rękorajski Date: Tue, 2 Oct 2007 14:42:49 +0000 (+0000) Subject: - hunspell-1.1.12 fix for libhunspell soname change to libhunspell-1-1.so X-Git-Tag: auto/th/openoffice_org-2_2_0-oof680_m14_0_12~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Flibreoffice.git;a=commitdiff_plain;h=27d6fc2ca88f5a73e61c2ea80a03ccd46e624564 - hunspell-1.1.12 fix for libhunspell soname change to libhunspell-1-1.so Changed files: openoffice.org-hunspell.diff -> 1.1 --- diff --git a/openoffice.org-hunspell.diff b/openoffice.org-hunspell.diff new file mode 100644 index 0000000..f10bc6d --- /dev/null +++ b/openoffice.org-hunspell.diff @@ -0,0 +1,13 @@ +--- config_office/configure.in~ 2007-10-02 15:51:45.295762844 +0200 ++++ config_office/configure.in 2007-10-02 15:55:50.484834254 +0200 +@@ -4443,8 +4443,8 @@ + AC_CHECK_HEADER(hunspell/hunspell.hxx, [ HUNSPELL_CFLAGS=-I/usr/include/hunspell ], + [AC_MSG_ERROR(hunspell headers not found.)], []) + ], []) +- AC_CHECK_LIB(hunspell, main, [], +- [ AC_MSG_ERROR(hunspell library not found.) ], []) ++ AC_CHECK_LIB(hunspell-1.1, main, [], ++ [ AC_MSG_ERROR(hunspell-1.1 library not found.) ], []) + else + AC_MSG_RESULT([internal]) + SYSTEM_HUNSPELL=NO