diff 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
line wrap: on
line diff
--- a/gub/specs/guile.py	Mon Jan 31 15:03:55 2011 +0100
+++ b/gub/specs/guile.py	Mon Jan 31 16:27:03 2011 +0100
@@ -158,6 +158,7 @@
     patches = Guile.patches + [
         'guile-1.9.14-mingw.patch',
         'guile-1.9.14-gnulib-mingw.patch',
+        'guile-1.9.14-mingw-dirent.patch',
         ]
     dependencies = (Guile.dependencies
                     + [