changeset 5197:41cf21ecdef6

Hunspell: add missing libiconv dependency, triggered by python2.6.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 03 Apr 2009 19:38:38 +0200
parents 881b3efd4329
children f5ca981918d9
files gub/specs/hunspell.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/hunspell.py	Tue Mar 24 16:24:50 2009 -0600
+++ b/gub/specs/hunspell.py	Fri Apr 03 19:38:38 2009 +0200
@@ -4,6 +4,8 @@
     source = 'http://surfnet.dl.sourceforge.net/sourceforge/hunspell/hunspell-1.2.8.tar.gz'
 
 class Hunspell__mingw (Hunspell):
+    def _get_build_dependencies (self):
+        return ['libiconv-devel']
     def configure_command (self):
         return (Hunspell.configure_command (self)
                 + ' --disable-nls')