diff options
author | Laszlo Nemeth <nemeth@openoffice.org> | 2011-01-06 23:48:55 +0100 |
---|---|---|
committer | Andras Timar <timar@fsf.hu> | 2011-01-06 23:48:55 +0100 |
commit | fcf118007512b5f311b8786e8d381875bfe48a55 (patch) | |
tree | 33c98bd7cedb65bf902ae555bab4434d7a545e27 /hunspell/makefile.mk | |
parent | eedd0cf67771f3169f6b5095deca82922c8c6544 (diff) |
fixed a crash - fdo#32850
Diffstat (limited to 'hunspell/makefile.mk')
-rw-r--r-- | hunspell/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hunspell/makefile.mk b/hunspell/makefile.mk index ded4bb691abb..a61f4e596e16 100644 --- a/hunspell/makefile.mk +++ b/hunspell/makefile.mk @@ -44,7 +44,8 @@ PATCH_FILES=\ hunspell-wntconfig.patch \ hunspell-solaris.patch \ hunspell-stacksmash.patch \ - hunspell-valgrind.patch + hunspell-valgrind.patch \ + hunspell-1.2.9-crashfix.patch .IF "$(GUI)"=="UNX" |