diff options
author | Martin Hollmichel <mh@openoffice.org> | 2008-06-11 16:42:26 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2008-06-11 16:42:26 +0000 |
commit | bd246d03380b5855b2ec10497185e5eac505827f (patch) | |
tree | 650b72bc06283fc12e8414f57385a3685059a181 /hunspell | |
parent | 5a8323c861b0179b121e0b6a3a82521ebc8160e3 (diff) |
add: phonet.cxx
Diffstat (limited to 'hunspell')
-rw-r--r-- | hunspell/hunspell-1.1.12.patch | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hunspell/hunspell-1.1.12.patch b/hunspell/hunspell-1.1.12.patch index 69cbf65120ab..2498621bb97b 100644 --- a/hunspell/hunspell-1.1.12.patch +++ b/hunspell/hunspell-1.1.12.patch @@ -227,7 +227,7 @@ -#include "config.h" --- misc/hunspell-1.1.12/src/hunspell/makefile.mk 2007-04-06 10:05:32.000000000 +0200 -+++ misc/build/hunspell-1.1.12/src/hunspell/makefile.mk 2008-04-23 23:00:30.000000000 +0200 ++++ misc/build/hunspell-1.1.12/src/hunspell/makefile.mk 2008-06-11 19:31:42.983723000 +0200 @@ -60,11 +60,12 @@ # #************************************************************************* @@ -261,7 +261,12 @@ $(SLO)$/affentry.obj \ $(SLO)$/affixmgr.obj \ $(SLO)$/dictmgr.obj \ -@@ -93,7 +94,7 @@ +@@ -89,11 +90,12 @@ + $(SLO)$/utf_info.obj \ + $(SLO)$/hashmgr.obj \ + $(SLO)$/suggestmgr.obj \ ++ $(SLO)$/phonet.obj \ + $(SLO)$/hunspell.obj LIB1TARGET= $(SLB)$/lib$(TARGET).lib LIB1ARCHIV= $(LB)/lib$(TARGET).a |