diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-07-28 16:29:26 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-07-28 16:29:26 +0200 |
commit | e2b51a413eb57615482b40c7328a3cec3d96843f (patch) | |
tree | dcf2869e15bf01a8dda0762b20e41a23f8de5863 /hunspell | |
parent | 9fc5fd9b930afa0d79135804a2807a34f6fbf7f8 (diff) |
#i103496#: remove superfluous dependencies in external libraries
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/hunspell-1.2.8.patch | 3 | ||||
-rw-r--r-- | hunspell/prj/build.lst | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hunspell/hunspell-1.2.8.patch b/hunspell/hunspell-1.2.8.patch index a1e5a356e388..e5198f23b706 100644 --- a/hunspell/hunspell-1.2.8.patch +++ b/hunspell/hunspell-1.2.8.patch @@ -343,7 +343,7 @@ -#include "config.h" --- misc/hunspell-1.2.8/src/hunspell/makefile.mk Tue Jun 17 10:57:55 2008 +++ misc/build/hunspell-1.2.8/src/hunspell/makefile.mk Thu Feb 19 18:13:52 2009 -@@ -60,11 +60,12 @@ +@@ -60,11 +60,13 @@ # #************************************************************************* @@ -355,6 +355,7 @@ -LIBTARGET=NO +LIBTARGET=YES +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE ++UWINAPILIB=
#----- Settings --------------------------------------------------------- diff --git a/hunspell/prj/build.lst b/hunspell/prj/build.lst index ac3a882e88a9..ea87500d1d6d 100644 --- a/hunspell/prj/build.lst +++ b/hunspell/prj/build.lst @@ -1,3 +1,3 @@ -hun hunspell : solenv ICU:icu sal NULL +hun hunspell : solenv ICU:icu NULL hun hunspell usr1 - all hun_mkout NULL hun hunspell nmake - all hun_hunspell NULL |