]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- hunspell-1.1.12 fix for libhunspell soname change to libhunspell-1-1.so
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 2 Oct 2007 14:42:49 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-hunspell.diff -> 1.1

openoffice.org-hunspell.diff [new file with mode: 0644]

diff --git a/openoffice.org-hunspell.diff b/openoffice.org-hunspell.diff
new file mode 100644 (file)
index 0000000..f10bc6d
--- /dev/null
@@ -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
This page took 0.101253 seconds and 4 git commands to generate.