SOURCES: openoffice.org-hunspell.diff (NEW) - hunspell-1.1.12 fix ...

baggins baggins at pld-linux.org
Tue Oct 2 16:42:54 CEST 2007


Author: baggins                      Date: Tue Oct  2 14:42:54 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- hunspell-1.1.12 fix for libhunspell soname change to libhunspell-1-1.so

---- Files affected:
SOURCES:
   openoffice.org-hunspell.diff (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/openoffice.org-hunspell.diff
diff -u /dev/null SOURCES/openoffice.org-hunspell.diff:1.1
--- /dev/null	Tue Oct  2 16:42:54 2007
+++ SOURCES/openoffice.org-hunspell.diff	Tue Oct  2 16:42:49 2007
@@ -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
================================================================


More information about the pld-cvs-commit mailing list