]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- -lhunspell-1.2 auto/th/openoffice_org-2_2_0-oof680_m14_5
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 30 Mar 2008 12:24:30 +0000 (12:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-hunspell.diff -> 1.4

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..a3be6d0
--- /dev/null
@@ -0,0 +1,24 @@
+--- 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.2, main, [],
++           [ AC_MSG_ERROR(hunspell-1.2 library not found.) ], [])
+ else
+     AC_MSG_RESULT([internal])
+     SYSTEM_HUNSPELL=NO
+--- lingucomponent/source/spellcheck/spell/makefile.mk~        2007-02-01 20:08:29.000000000 +0100
++++ lingucomponent/source/spellcheck/spell/makefile.mk 2007-10-02 21:43:10.511251807 +0200
+@@ -47,7 +47,7 @@
+ .IF "$(HUNSPELLLIB)"==""
+ .IF "$(GUI)"=="UNX"
+-HUNSPELLLIB=-lhunspell
++HUNSPELLLIB=-lhunspell-1.2
+ .ENDIF # unx
+ .IF "$(GUI)"=="WNT"
+ HUNSPELLLIB=hunspell.lib
This page took 0.034099 seconds and 4 git commands to generate.