diff gub/specs/guile.py @ 6489:840b403f7762

mingw::guile: another round of 1.9 patches.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Mon, 07 Feb 2011 12:51:53 +0100
parents 919f33e40679
children a753f2b56688
line wrap: on
line diff
--- a/gub/specs/guile.py	Fri Feb 04 00:47:47 2011 +0100
+++ b/gub/specs/guile.py	Mon Feb 07 12:51:53 2011 +0100
@@ -173,16 +173,16 @@
         Guile.__init__ (self, settings, source)
         # Configure (compile) without -mwindows for console
         self.target_gcc_flags = '-mms-bitfields'
-    patches = Guile.patches + [ # [x for x in Guile.patches if not 'libunistring' in x] + [
+    patches = Guile.patches + [
         'guile-1.9.15-mingw.patch',
-        'guile-1.9.14-gnulib-mingw.patch',
         'guile-1.9.14-mingw-dirent.patch',
-        #'guile-1.9.14-gnulib-libunistring-retooled.patch',
         'guile-1.9.15-mingw-compile.patch',
+        'guile-1.9.15-mingw-canonicalize.patch',
         'guile-1.9.15-mingw-fports.patch',
+        'guile-1.9.15-mingw-rename.patch',
+        'guile-1.9.15-mingw-cachedir.patch',
         ]
-    dependencies = (Guile.dependencies
-                    + [
+    dependencies = (Guile.dependencies + [
             'regex-devel',
             'mingw-extras',
             ])