changeset 3559:db52374f6e8a

New rational-patched guile-1.8 for cygwin.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Wed, 30 May 2007 17:20:51 +0200
parents e0f1d53a4922
children 6b7633876f27
files gub/specs/guile.py sourcefiles/guile.changelog
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile.py	Wed May 30 17:20:08 2007 +0200
+++ b/gub/specs/guile.py	Wed May 30 17:20:51 2007 +0200
@@ -271,6 +271,9 @@
         self.with_template (version='1.8.1', mirror=mirrors.gnu, format='gz')
         self.so_version = '17'
 
+    def patch (self):
+        self.system ('cd %(srcdir)s && patch -p0 < %(patchdir)s/guile-1.8-rational.patch')
+
     # Using gub dependencies only would be nice, but
     # we need to a lot of gup.gub_to_distro_deps ().
     def GUB_get_dependency_dict (self):
@@ -323,9 +326,6 @@
             ],
                '%(builddir)s/guile-readline/libtool')
 
-    def patch (self):
-        pass
-
     # FIXME: we do most of this for all cygwin packages
     def category_dict (self):
         return {'': 'interpreters',
--- a/sourcefiles/guile.changelog	Wed May 30 17:20:08 2007 +0200
+++ b/sourcefiles/guile.changelog	Wed May 30 17:20:51 2007 +0200
@@ -1,3 +1,9 @@
+guile (1.8.1-7) unstable; urgency=low
+
+  * Apply guile-1.8-rational patch.
+
+ -- Jan Nieuwenhuizen <janneke@gnu.org>  Wed, 30 May 2007 21:04:44 +0200
+
 guile (1.8.1-6) unstable; urgency=low
 
   * Also build static libraries for cygwin.