comparison gub/specs/guile.py @ 6459:73d419fb8438

mingw::guile: add dirent patch. Fixes starting up lilypond. libglib-2.0 and libguile-2.0 both export 'readdir'; however guile does not install the matching win32-dirent.h, which has of course a different definition for struct dirent than guile's win32-dirent.h has.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 31 Jan 2011 16:27:03 +0100
parents a2efa3f96861
children 0ea4f16c7d7a
comparison
equal deleted inserted replaced
6458:bc406b3f7312 6459:73d419fb8438
156 # Configure (compile) without -mwindows for console 156 # Configure (compile) without -mwindows for console
157 self.target_gcc_flags = '-mms-bitfields' 157 self.target_gcc_flags = '-mms-bitfields'
158 patches = Guile.patches + [ 158 patches = Guile.patches + [
159 'guile-1.9.14-mingw.patch', 159 'guile-1.9.14-mingw.patch',
160 'guile-1.9.14-gnulib-mingw.patch', 160 'guile-1.9.14-gnulib-mingw.patch',
161 'guile-1.9.14-mingw-dirent.patch',
161 ] 162 ]
162 dependencies = (Guile.dependencies 163 dependencies = (Guile.dependencies
163 + [ 164 + [
164 'regex-devel', 165 'regex-devel',
165 'mingw-extras', 166 'mingw-extras',