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 | 4783cac5ec4457ed6850fabd874d61aaa4cb1a03 (patch) | |
tree | ae83e765b5f784341c66b34037fc66a6310d8a3c /hyphen | |
parent | f92b3f2c15ef29b5524a362fdeb0ebb7aac7dece (diff) |
#i103496#: remove superfluous dependencies in external libraries
Diffstat (limited to 'hyphen')
-rw-r--r-- | hyphen/hyphen-2.4.patch | 3 | ||||
-rw-r--r-- | hyphen/prj/build.lst | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hyphen/hyphen-2.4.patch b/hyphen/hyphen-2.4.patch index 27f7085946a3..5aef3422d22a 100644 --- a/hyphen/hyphen-2.4.patch +++ b/hyphen/hyphen-2.4.patch @@ -110,7 +110,7 @@ diff -u misc/hyphen-2.4/Makefile.in misc/build/hyphen-2.4/Makefile.in diff -u misc/hyphen-2.4/makefile.mk misc/build/hyphen-2.4/makefile.mk --- misc/hyphen-2.4/makefile.mk 2008-06-04 10:43:21.000000000 +0200 +++ misc/build/hyphen-2.4/makefile.mk 2008-06-04 12:40:46.000000000 +0200 -@@ -1 +1,57 @@ +@@ -1 +1,58 @@ -dummy +#************************************************************************* +# @@ -151,6 +151,7 @@ diff -u misc/hyphen-2.4/makefile.mk misc/build/hyphen-2.4/makefile.mk + +USE_DEFFILE=TRUE +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE ++UWINAPILIB=
+ +.INCLUDE : settings.mk + diff --git a/hyphen/prj/build.lst b/hyphen/prj/build.lst index dbb21f3325ab..a9e777926c88 100644 --- a/hyphen/prj/build.lst +++ b/hyphen/prj/build.lst @@ -1,3 +1,3 @@ -hyp hyphen : solenv sal NULL +hyp hyphen : solenv NULL hyp hyphen usr1 - all hyp_mkout NULL hyp hyphen nmake - all hyp_hyphen NULL |