Blob Blame History Raw
diff -ru pyhunspell-0.5.0.orig/setup.py pyhunspell-0.5.0/setup.py
--- pyhunspell-0.5.0.orig/setup.py	2018-03-06 09:44:51.992177310 +0100
+++ pyhunspell-0.5.0/setup.py	2018-03-06 09:52:40.841755041 +0100
@@ -36,7 +36,7 @@
     main_module_kwargs['extra_compile_args'] = ['-Wall']
 else:
     main_module_kwargs['define_macros'] = [('_LINUX', None)]
-    main_module_kwargs['libraries'] = ['hunspell']
+    main_module_kwargs['libraries'] = ['hunspell-1.7']
     main_module_kwargs['include_dirs'] = '/usr/include/hunspell',
     main_module_kwargs['extra_compile_args'] = ['-Wall']
 
pyhunspell-0.5.0 のみに存在: setup.py.~1~