diff --git a/pyhunspell-0.4.0-hunspell15.patch b/pyhunspell-0.4.0-hunspell15.patch index c394813..5b70ee1 100644 --- a/pyhunspell-0.4.0-hunspell15.patch +++ b/pyhunspell-0.4.0-hunspell15.patch @@ -6,7 +6,7 @@ diff -ru pyhunspell-0.4.0.orig/setup.py pyhunspell-0.4.0/setup.py else: main_module_kwargs['macros'] = [('_LINUX', None)] - main_module_kwargs['libraries'] = ['hunspell'] -+ main_module_kwargs['libraries'] = ['hunspell-1.5'] ++ main_module_kwargs['libraries'] = ['hunspell-1.6'] main_module_kwargs['include_dirs'] = '/usr/include/hunspell', main_module_kwargs['compile_args'] = ['-Wall']